Skip to content

Commit 01e672f

Browse files
authored
NEEPMeat update:官库更新
1 parent 28d0e03 commit 01e672f

2 files changed

Lines changed: 31 additions & 9 deletions

File tree

projects/1.20-fabric/assets/neepmeat/neepmeat/lang/en_us.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"tooltip.neepmeat.plc_compatible": "PLC Workbench",
1111
"tooltip.neepmeat.plc_interrupt": "Emits PLC interrupts",
1212
"tooltip.neepmeat.plc_actuator": "PLC Actuator",
13+
"tooltip.neepmeat.retains_inventory": "Retains inventory when broken.",
1314
"text.neepmeat.plc.arguments": "Argument: %s / %s",
1415
"text.neepmeat.plc.interactive_help": "Click an instruction in the right panel to select it.\n\nClick a block in a the world to add its position as an argument.\n\nOnce the required number of arguments are filled, the instruction will be executed immediately.",
1516
"tooltip.neepmeat.plc.language": "Current programming language: %s\nClick to switch language.\nCTRL-click to open documentation.",
@@ -203,6 +204,8 @@
203204
"screen.neepmeat.distributor_point.auto_send": "Auto send:",
204205
"screen.neepmeat.distributor_point.neepbus": "Open NEEPBus Config",
205206
"screen.neepmeat.open_guide_entry": "Open guide entry",
207+
"block.neepmeat.ball_mill": "Ball Mill",
208+
"component.neepmeat.ball_mill": "Ball Mill",
206209

207210
"block.neepmeat.meat_steel_block": "Meat Steel Block",
208211
"block.neepmeat.meat_steel_block_slab": "Meat Steel Slab",
@@ -450,6 +453,7 @@
450453
"block.neepmeat.fluid_interface.lore_0": "Acts as a proxy for the block it faces.",
451454

452455
"block.neepmeat.reservoir": "Reservoir",
456+
"block.neepmeat.reservoir.lore_0": "Rapidly collects water.",
453457

454458
"block.neepmeat.fluid_gauge": "Fluid Gauge",
455459
"block.neepmeat.fluid_gauge.lore_0": "Emits redstone based on a tank's fill percentage.",
@@ -621,6 +625,9 @@
621625

622626
"item.neepmeat.copper_coil": "Copper Coil",
623627

628+
"item.neepmeat.asbestos_dust": "Asbestos Dust",
629+
"item.neepmeat.asbestos_fabric": "Asbestos Fabric",
630+
624631
"item.neepmeat.brain_rough": "Rough Brain",
625632
"item.neepmeat.brain_rough.lore_0": "It will never see thoughts again, but it may still be of use.",
626633
"item.neepmeat.enlightened_brain": "Enlightened Brain",
@@ -810,6 +817,7 @@
810817
"block.neepmeat.sludge": "Machine Sludge",
811818

812819
"item.neepmeat.ore_dust": "%s Dust",
820+
"item.neepmeat.crushed_ore": "Crushed %s",
813821
"block.neepmeat.clean_ore_fat": "Clean %s Fat",
814822
"block.neepmeat.ore_fat": "Dirty %s Fat",
815823
"ore_fat.neepmeat.iron_ingot.dirty": "Dirty Iron-Rich Fat",
@@ -967,8 +975,8 @@
967975
"instruction.neepmeat.shr.desc": "Bit-shifts the top stack element §6right§f by the give number of bits.",
968976
"instruction.neepmeat.shl.desc": "Bit-shifts the top stack element §6left§f by the give number of bits.",
969977
"instruction.neepmeat.jmp.desc": "Jumps to the given label or by the given number of instructions. \nIf the label is followed by §6f§f or §6b§f, it will jump to the next or previous instance of the label.",
970-
"instruction.neepmeat.bit.desc": "(Branch if true) Branches to the given label or number of instructions if the top stack element is §6greater than zero§f.\nIf the label is followed by §6f§f or §6b§f, it will jump to the next or previous instance of the label.",
971-
"instruction.neepmeat.bif.desc": "(Branch if false) Branches to the given label or number of instructions if the top stack element is §6zero or negative§f.\nIf the label is followed by §6f§f or §6b§f, it will jump to the next or previous instance of the label.",
978+
"instruction.neepmeat.bit.desc": "(Branch if true) Branches to the given label or number of instructions if the top stack element is §6not 0§f.\nIf the label is followed by §6f§f or §6b§f, it will jump to the next or previous instance of the label.",
979+
"instruction.neepmeat.bif.desc": "(Branch if false) Branches to the given label or number of instructions if the top stack element is §60§f.\nIf the label is followed by §6f§f or §6b§f, it will jump to the next or previous instance of the label.",
972980
"instruction.neepmeat.say.desc": "Sends the given string to all players within 20 blocks.\nIf no string is provided, it will pop and print the last stack element.\nAdding §6d§f §6h§' or §6b§f to the end will format the stack entry as decimal, hexadecimal or binary respectively.",
973981
"instruction.neepmeat.remove.desc": "Removes the last manufacture step from the item in workbench ARG1.",
974982
"instruction.neepmeat.robot.desc": "Selects the actuator at ARG1. All further instructions will use the actuator until a new one is selected.",
@@ -985,7 +993,7 @@
985993
"instruction.neepmeat.route.desc": "Uses a Pipe Driver (currently selected as the actuator) to request the item with the given name. \nThe item is routed from a given §6pipe§f and §6input direction§f to the specified §6pipe§f and §6output direction§f. The desired count is read from the stack and the success of the operation is pushed to the stack.\n §6ARG1§f: input pipe (world target)\n §6ARG2§f: output pipe (world target)\n §6ARG2§f item ID (string, * for wildcard)",
986994
"instruction.neepmeat.request.desc": "Uses a Pipe Driver (currently selected as the actuator) to request the item with the given name. \nThe item is routed through a pipe network to the specified §6pipe§f and §6output direction§f. The desired count is read from the stack and the success of the request is pushed to the stack.\n §6ARG1§f: output pipe (world target)\n §6ARG2§f item ID (string, * for wildcard)",
987995
"instruction.neepmeat.count.desc": "Counts the items or fluid at the given world target and pushes the result to the stack.\nThe type of resource to count is optionally specified in the second argument.\nIf an ID is provided, only items/fluids of that that match it will be counted. IDs can use * to represent any combination of characters (*:water or minecraft:*).\n §6ARG1§f: inventory (world target)§6\n §6ARG2§f: type to count (ITEM or FLUID, optional)\n §6ARG3§f: item or fluid ID (string, optional)",
988-
"instruction.neepmeat.nbwrite.desc": "Sends the top stack element over a data cable network to all ports matching the given NEEPBus address.\n §6ARG1§f: NEEPBus address (string)§6",
996+
"instruction.neepmeat.nbwrite.desc": "Sends the top stack element over a data cable network to all ports matching the given NEEPBus address.\nIf the element is a memory address, the data at the address will be fetched and sent, rather than the address itself.\n §6ARG1§f: NEEPBus address (string)§6",
989997
"instruction.neepmeat.nbread.desc": "Reads the value of a port matching the given address over a data cable network. The result is put on the stack.\n §6ARG1§f: NEEPBus address (string)§6",
990998

991999
"category.neepmeat.instruction.arithmetic": "Arithmetic",
@@ -1076,6 +1084,7 @@
10761084
"component.neepmeat.large_trommel": "Large Trommel",
10771085
"component.neepmeat.motor_port": "Motor Port",
10781086
"component.neepmeat.integration_port": "Integration Port",
1087+
"block.neepmeat.integration_port.lore_0": "Allows injection of Integration Fluid to repair a machine.\n§eOpens only when the machine is offline§f",
10791088
"component.neepmeat.service_port": "Service Port",
10801089
"component.neepmeat.phage_ray": "Phage Ray",
10811090
"component.neepmeat.tree_vacuum": "Tree Vacuum",
@@ -1115,6 +1124,7 @@
11151124
"category.neepmeat.trommel": "Trommel",
11161125
"category.neepmeat.heating": "Heating",
11171126
"category.neepmeat.bioreactor": "Bioreactor",
1127+
"category.neepmeat.ball_mill": "Ball Mill",
11181128

11191129
"tag.c.raw_fish": "Raw Fish",
11201130
"tag.c.concrete": "Concrete",
@@ -1282,5 +1292,6 @@
12821292
"process.neepmeat.bioreactor": "Bioreactor",
12831293
"process.neepmeat.tree_vacuum": "Tree Vacuum",
12841294
"process.neepmeat.distributor_point": "Distributor Receiver",
1285-
"process.neepmeat.pressurised_digester": "Geophagic Digester"
1295+
"process.neepmeat.pressurised_digester": "Geophagic Digester",
1296+
"process.neepmeat.ball_mill": "Ball Mill"
12861297
}

projects/1.20-fabric/assets/neepmeat/neepmeat/lang/zh_cn.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"tooltip.neepmeat.plc_compatible": "有效PLC工作站",
1111
"tooltip.neepmeat.plc_interrupt": "会发出PLC中断",
1212
"tooltip.neepmeat.plc_actuator": "有效PLC操作机构",
13+
"tooltip.neepmeat.retains_inventory": "破坏时会保留内容物。",
1314
"text.neepmeat.plc.arguments": "参数:%s / %s",
1415
"text.neepmeat.plc.interactive_help": "在右侧面板中点击选择指令。\n\n点击世界中方块以将其位置加作参数。\n\n参数数量满足后,指令会立即执行。",
1516
"tooltip.neepmeat.plc.language": "当前编程语言:%s\n点击以切换语言。\nCtrl点击以打开文档。",
@@ -203,6 +204,8 @@
203204
"screen.neepmeat.distributor_point.auto_send": "自动发送:",
204205
"screen.neepmeat.distributor_point.neepbus": "打开NEEP总线配置",
205206
"screen.neepmeat.open_guide_entry": "打开指南条目",
207+
"block.neepmeat.ball_mill": "球磨机",
208+
"component.neepmeat.ball_mill": "球磨机",
206209

207210
"block.neepmeat.meat_steel_block": "肉钢块",
208211
"block.neepmeat.meat_steel_block_slab": "肉钢台阶",
@@ -450,6 +453,7 @@
450453
"block.neepmeat.fluid_interface.lore_0": "用于转接所面对的方块。",
451454

452455
"block.neepmeat.reservoir": "集水槽",
456+
"block.neepmeat.reservoir.lore_0": "能迅速收集水。",
453457

454458
"block.neepmeat.fluid_gauge": "流体存量计",
455459
"block.neepmeat.fluid_gauge.lore_0": "根据储罐的填满程度发出红石信号。",
@@ -621,6 +625,9 @@
621625

622626
"item.neepmeat.copper_coil": "铜线圈",
623627

628+
"item.neepmeat.asbestos_dust": "石棉粉",
629+
"item.neepmeat.asbestos_fabric": "石棉布料",
630+
624631
"item.neepmeat.brain_rough": "粗劣大脑",
625632
"item.neepmeat.brain_rough.lore_0": "再也无法拥有思想,但仍有用武之地。",
626633
"item.neepmeat.enlightened_brain": "启智大脑",
@@ -810,6 +817,7 @@
810817
"block.neepmeat.sludge": "机器污泥",
811818

812819
"item.neepmeat.ore_dust": "%s粉",
820+
"item.neepmeat.crushed_ore": "粉碎%s",
813821
"block.neepmeat.clean_ore_fat": "洁净%s脂肪",
814822
"block.neepmeat.ore_fat": "污浊%s脂肪",
815823
"ore_fat.neepmeat.iron_ingot.dirty": "污浊富铁脂肪",
@@ -967,8 +975,8 @@
967975
"instruction.neepmeat.shr.desc": "将栈顶元素按位§6右移§f所给数位。",
968976
"instruction.neepmeat.shl.desc": "将栈顶元素按位§6左移§f所给数位。",
969977
"instruction.neepmeat.jmp.desc": "跳转至所给标签或所给指令序数处。\n若标签后跟有§6f§f或§6b§f,则分别跳转至下一或上一同名标签。",
970-
"instruction.neepmeat.bit.desc": "若栈顶元素§6大于零§f,则分支跳转至所给标签或所给指令序数处。\n若标签后跟有§6f§f或§6b§f,则分别跳转至下一或上一同名标签。",
971-
"instruction.neepmeat.bif.desc": "若栈顶元素§6等于零或为负§f,则分支跳转至所给标签或所给指令序数处。\n若标签后跟有§6f§f或§6b§f,则分别跳转至下一或上一同名标签。",
978+
"instruction.neepmeat.bit.desc": "若栈顶元素§6非零§f,则分支跳转至所给标签或所给指令序数处。\n若标签后跟有§6f§f或§6b§f,则分别跳转至下一或上一同名标签。",
979+
"instruction.neepmeat.bif.desc": "若栈顶元素§6为零§f,则分支跳转至所给标签或所给指令序数处。\n若标签后跟有§6f§f或§6b§f,则分别跳转至下一或上一同名标签。",
972980
"instruction.neepmeat.say.desc": "将所给字符串发送给20格内的所有玩家。\n若未指定字符串,则弹出并打印栈顶元素。\n在末尾加上§6d§f、§6h§f、§6b§f会分别将栈顶元素格式化为十进制、十六进制、二进制。",
973981
"instruction.neepmeat.remove.desc": "移除工作站ARG1中的最末制造步骤。",
974982
"instruction.neepmeat.robot.desc": "选择ARG1处的操作机构。后续所有指令均以之为操作机构,直至再次指定。",
@@ -985,7 +993,7 @@
985993
"instruction.neepmeat.route.desc": "使用管道驱动器(需为当前操作机构)请求所给名称的物品。\n该物品会从给定§6管道§f和§6输入方向§f运输至给定§6管道§f和§6输出方向§f。运输数量读取自栈,并将操作成功与否压入栈。\n §6ARG1§f:输入管道(世界目标)\n §6ARG2§f:输出管道(世界目标)\n §6ARG3§f:物品ID(字符串,通配符为“*”)",
986994
"instruction.neepmeat.request.desc": "使用管道驱动器(需为当前操作机构)请求所给名称的物品。\n该物品会通过管道网络运输至给定§6管道§f和§6输出方向§f。运输数量读取自栈,并将请求成功与否压入栈。\n §6ARG1§f:输出管道(世界目标)\n §6ARG2§f:物品ID(字符串,通配符为“*”)",
987995
"instruction.neepmeat.count.desc": "统计所给世界目标处物品或流体的数量,并压入栈。\n具体统计何种类型的资源由可选的第二参数指定。\n若指定ID,则只会统计匹配该ID的物品或流体。“*”代表任意字符串(如“*:water”和“minecraft:*”)。\n §6ARG1§f:存储空间(世界目标)§6\n §6ARG2§f:需统计的类型(ITEM或FLUID,可选)\n §6ARG3§f:物品ID或流体ID(字符串,可选)",
988-
"instruction.neepmeat.nbwrite.desc": "将栈顶元素沿数据线缆网络发送至所有匹配给定NEEP总线地址的端口。\n §6ARG1§f:NEEP总线地址(字符串)§6",
996+
"instruction.neepmeat.nbwrite.desc": "将栈顶元素沿数据线缆网络发送至所有匹配给定NEEP总线地址的端口。\nIf the element is a memory address, the data at the address will be fetched and sent, rather than the address itself.\n §6ARG1§f:NEEP总线地址(字符串)§6",
989997
"instruction.neepmeat.nbread.desc": "沿数据线缆网络从匹配所给地址的端口处读取值,并压入栈。\n §6ARG1§f:NEEP总线地址(字符串)§6",
990998

991999
"category.neepmeat.instruction.arithmetic": "算术",
@@ -1075,7 +1083,8 @@
10751083
"component.neepmeat.crusher_segment": "粉碎机工作段",
10761084
"component.neepmeat.large_trommel": "大型滚筒筛",
10771085
"component.neepmeat.motor_port": "发动机端口",
1078-
"component.neepmeat.integration_port": "整合端口",
1086+
"component.neepmeat.integration_port": "融合端口",
1087+
"block.neepmeat.integration_port.lore_0": "可在此注入融合液以修复机器。\n§e仅会在机器下线时打开§f",
10791088
"component.neepmeat.service_port": "伺服端口",
10801089
"component.neepmeat.phage_ray": "吞噬射线炮",
10811090
"component.neepmeat.tree_vacuum": "真空吸树机",
@@ -1115,6 +1124,7 @@
11151124
"category.neepmeat.trommel": "滚筒筛",
11161125
"category.neepmeat.heating": "加热",
11171126
"category.neepmeat.bioreactor": "生物反应",
1127+
"category.neepmeat.ball_mill": "球磨机",
11181128

11191129
"tag.c.raw_fish": "生鱼",
11201130
"tag.c.concrete": "混凝土",
@@ -1282,5 +1292,6 @@
12821292
"process.neepmeat.bioreactor": "生物反应机",
12831293
"process.neepmeat.tree_vacuum": "真空吸树机",
12841294
"process.neepmeat.distributor_point": "派送接收机",
1285-
"process.neepmeat.pressurised_digester": "噬岩消化机"
1295+
"process.neepmeat.pressurised_digester": "噬岩消化机",
1296+
"process.neepmeat.ball_mill": "球磨机"
12861297
}

0 commit comments

Comments
 (0)