diff --git a/common/src/main/resources/assets/oritech/lang/zh_cn.json b/common/src/main/resources/assets/oritech/lang/zh_cn.json index c64bc5433..692be5e09 100644 --- a/common/src/main/resources/assets/oritech/lang/zh_cn.json +++ b/common/src/main/resources/assets/oritech/lang/zh_cn.json @@ -364,6 +364,18 @@ "block.oritech.fluid_pipe_connection": "流体管道连接点", "block.oritech.energy_pipe_connection": "能量线缆连接点", "block.oritech.item_pipe_connection": "物流管道连接点", + "block.oritech.framed_fluid_pipe": "Framed Fluid Pipe", + "block.oritech.framed_energy_pipe": "Framed Energy Pipe", + "block.oritech.framed_superconductor": "Framed Superconductor", + "block.oritech.framed_item_pipe": "Framed Item Pipe", + "block.oritech.framed_fluid_pipe_connection": "Framed Fluid Pipe Connection", + "block.oritech.framed_energy_pipe_connection": "Framed Energy Pipe Connection", + "block.oritech.framed_superconductor_connection": "Framed Superconductor Connection", + "block.oritech.framed_item_pipe_connection": "Framed Item Pipe Connection", + "block.oritech.item_pipe_duct_block": "Item Pipe Duct", + "block.oritech.fluid_pipe_duct_block": "Fluid Pipe Duct", + "block.oritech.energy_pipe_duct_block": "Energy Pipe Duct", + "block.oritech.superconductor_duct_block": "Superconductor Duct", "block.oritech.frame_gantry_arm": "框架机架臂", "block.oritech.block_destroyer_head": "方块破坏器探头", "block.oritech.block_placer_head": "方块放置器探头", @@ -678,6 +690,7 @@ "message.oritech.target_designator.hunter_all": "所有非玩家生物", "tooltip.oritech.target_designator.set_to": "设置为:[%s]", "tooltip.oritech.target_designator.no_target": "未设置目标", + "tooltip.oritech.pipe_duct_warning": "Only connects to pipes, not machines.", "message.oritech.tool_mode.area_effect": "范围效果", "message.oritech.tool_mode.silk_touch": "精准采集", "tooltip.oritech.tool_mode.area_range.area": "模式:区域",