From 42b21b3328d0f6a99a29d39a5b52bae1db5e7d02 Mon Sep 17 00:00:00 2001 From: RCqaq <1965716763@qq.com> Date: Wed, 29 Jun 2022 12:39:03 +0800 Subject: [PATCH 1/6] update zh_cn.json --- .../transport/transport/lang/zh_cn.json | 85 ++++++++++++++++++- 1 file changed, 84 insertions(+), 1 deletion(-) diff --git a/projects/1.16/assets/transport/transport/lang/zh_cn.json b/projects/1.16/assets/transport/transport/lang/zh_cn.json index 9e26dfeeb6e6..545a580f7e17 100644 --- a/projects/1.16/assets/transport/transport/lang/zh_cn.json +++ b/projects/1.16/assets/transport/transport/lang/zh_cn.json @@ -1 +1,84 @@ -{} \ No newline at end of file +{ + "block.transport.bumper_rail": "Bumper Rail", + "block.transport.buoy": "Buoy", + "block.transport.diamond_crossing_rail": "Diamond Crossing Rail", + "block.transport.dock": "Dock", + "block.transport.elevator_switch_rail": "Elevator Switch Rail", + "block.transport.elevator_switch_support": "Elevator Switch Support", + "block.transport.energy_loader": "Energy Loader", + "block.transport.fluid_loader": "Fluid Loader", + "block.transport.holding_rail": "Holding Rail", + "block.transport.item_loader": "Item Loader", + "block.transport.module_configurator": "Module Configurator", + "block.transport.rail_workers_bench": "Rail Worker's Bench", + "block.transport.scaffolding_rail": "Scaffolding Rail", + "block.transport.scaffolding_slab": "Scaffolding Slab", + "block.transport.steam": "Steam", + "block.transport.switch_rail": "Switch Rail", + "block.transport.timed_holding_rail": "Timed Holding Rail", + "block.transport.wye_switch_rail": "Wye Switch Rail", + "cargo.transport.empty": "Empty", + "cargo.transport.energy": "Energy Storage", + "cargo.transport.fluid": "Fluid Tank", + "cargo.transport.item": "Inventory", + "engine.transport.booster": "Booster Engine", + "engine.transport.creative": "Creative Engine", + "engine.transport.solid_fuel": "Solid Fuel Engine", + "enginestate.transport.forward_1": "Forward 1", + "enginestate.transport.forward_2": "Forward 2", + "enginestate.transport.forward_3": "Forward 3", + "enginestate.transport.neutral_0": "Neutral", + "enginestate.transport.reverse_1": "Reverse 1", + "enginestate.transport.reverse_2": "Reverse 2", + "enginestate.transport.reverse_3": "Reverse 3", + "entity.transport.cargo_minecart": "Modular Minecart", + "entity.transport.hulled_boat": "%s Boat", + "entity.transport.modular_boat": "Modular Boat", + "entity.transport.steam_locomotive": "Steam Locomotive", + "guide.transport.landing_text": "Importing the Transportation of Goods", + "guide.transport.name": "Advanced Transport", + "hull_type.transport.acacia": "Acacia Hull", + "hull_type.transport.birch": "Birch Hull", + "hull_type.transport.dark_oak": "Dark Oak Hull", + "hull_type.transport.iron": "Iron Hull", + "hull_type.transport.jungle": "Jungle Hull", + "hull_type.transport.oak": "Oak Hull", + "hull_type.transport.spruce": "Spruce Hull", + "hull_type.transport.treated_wood": "Treated Wood Hull", + "item.transport.booster_engine": "Booster Engine", + "item.transport.cargo_minecart": "Modular Minecart", + "item.transport.creative_engine": "Creative Engine", + "item.transport.gold_rail": "Gold Rail", + "item.transport.iron_rail": "Iron Rail", + "item.transport.modular_boat": "Modular Boat", + "item.transport.navigation_chart": "Navigation Chart", + "item.transport.rail_breaker": "Rail Breaker", + "item.transport.solid_fuel_engine": "Solid Fuel Engine", + "item.transport.steam_bucket": "Steam Bucket", + "item.transport.steam_locomotive": "Steam Locomotive", + "item.transport.treated_wood_boat": "Treated Wood Boat", + "itemGroup.transport": "Transport", + "module_slot.transport.back": "Back", + "module_slot.transport.cargo": "Cargo", + "module_slot.transport.none": "Not a", + "module_type.transport.cargo": "Cargo", + "module_type.transport.engine": "Engine", + "screen.transport.blank": "Blank", + "screen.transport.fluid.capacity": "%s / %s mB", + "screen.transport.fluid.empty": "Empty", + "screen.transport.jei.category.module_configurator": "Module Configurator", + "screen.transport.jei.category.rail_workers_bench": "Rail Worker's Bench", + "screen.transport.speed": "Current Speed: %s", + "subtitle.transport.whistle": "Train whistle", + "text.transport.amount": "Amount: %1$s/%2$s%3$s", + "text.transport.fluid": "Fluid: %s", + "text.transport.forge_energy": "FE", + "text.transport.hull_type": "Hull Type: %s", + "text.transport.installed_module": " * %s - %s", + "text.transport.installed_modules": "Installed Modules", + "text.transport.milli_bucket": "mB", + "text.transport.module_slot": "%s Module Slot", + "tooltip.transport.contents": "Contents: ", + "tooltip.transport.contents.fluid": " * %s mB - %s", + "tooltip.transport.contents.item": " * %sx - %s" +} \ No newline at end of file From 0bd873f1e30d8867b624590e066d86bee0ef746a Mon Sep 17 00:00:00 2001 From: RCqaq <1965716763@qq.com> Date: Wed, 13 Jul 2022 18:31:53 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E5=A2=9E=E5=8A=A0patchouli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../transport/patchouli_books/guide/book.json | 9 +++++ .../guide/en_us/categories/concepts.json | 6 ++++ .../guide/en_us/categories/machines.json | 6 ++++ .../en_us/categories/modular_entities.json | 6 ++++ .../guide/en_us/categories/modules_cargo.json | 6 ++++ .../en_us/categories/modules_engines.json | 6 ++++ .../en_us/categories/point_machines.json | 6 ++++ .../guide/en_us/categories/rails.json | 6 ++++ .../guide/en_us/categories/routing.json | 6 ++++ .../guide/en_us/entries/concepts/wrench.json | 15 ++++++++ .../guide/en_us/entries/machines/loader.json | 20 +++++++++++ .../entries/machines/module_configurator.json | 15 ++++++++ .../entries/machines/rail_workers_bench.json | 20 +++++++++++ .../modular_entities/modular_boat.json | 15 ++++++++ .../modular_entities/modular_minecart.json | 15 ++++++++ .../transport/energy_storage.json | 11 ++++++ .../modules_cargo/transport/fluid_tank.json | 11 ++++++ .../modules_cargo/transport/inventory.json | 11 ++++++ .../entries/modules_cargo/vanilla/cake.json | 11 ++++++ .../entries/modules_cargo/vanilla/chest.json | 11 ++++++ .../entries/modules_cargo/vanilla/slime.json | 11 ++++++ .../modules_engines/booster_engine.json | 15 ++++++++ .../entries/modules_engines/creative.json | 11 ++++++ .../modules_engines/solid_fuel_engine.json | 15 ++++++++ .../comparing_point_machine.json | 35 +++++++++++++++++++ .../point_machines/lever_point_machine.json | 31 ++++++++++++++++ .../redstone_point_machine.json | 33 +++++++++++++++++ .../point_machines/routing_point_machine.json | 31 ++++++++++++++++ .../en_us/entries/rails/bumper_rail.json | 15 ++++++++ .../en_us/entries/rails/diamond_rail.json | 15 ++++++++ .../en_us/entries/rails/elevator_switch.json | 15 ++++++++ .../en_us/entries/rails/holding_rail.json | 15 ++++++++ .../en_us/entries/rails/scaffold_rail.json | 16 +++++++++ .../en_us/entries/rails/switch_rail.json | 15 ++++++++ .../entries/rails/timed_holding_rail.json | 15 ++++++++ .../en_us/entries/rails/wye_switch_rail.json | 15 ++++++++ .../entries/routing/assorted_routing.json | 19 ++++++++++ .../guide/en_us/entries/routing/basics.json | 17 +++++++++ .../entries/routing/boolean_routing.json | 15 ++++++++ .../en_us/entries/routing/logic_routing.json | 19 ++++++++++ .../en_us/entries/routing/time_routing.json | 15 ++++++++ .../guide/zh_cn/categories/concepts.json | 6 ++++ .../guide/zh_cn/categories/machines.json | 6 ++++ .../zh_cn/categories/modular_entities.json | 6 ++++ .../guide/zh_cn/categories/modules_cargo.json | 6 ++++ .../zh_cn/categories/modules_engines.json | 6 ++++ .../zh_cn/categories/point_machines.json | 6 ++++ .../guide/zh_cn/categories/rails.json | 6 ++++ .../guide/zh_cn/categories/routing.json | 6 ++++ .../guide/zh_cn/entries/concepts/wrench.json | 15 ++++++++ .../guide/zh_cn/entries/machines/loader.json | 20 +++++++++++ .../entries/machines/module_configurator.json | 15 ++++++++ .../entries/machines/rail_workers_bench.json | 20 +++++++++++ .../modular_entities/modular_boat.json | 15 ++++++++ .../modular_entities/modular_minecart.json | 15 ++++++++ .../transport/energy_storage.json | 11 ++++++ .../modules_cargo/transport/fluid_tank.json | 11 ++++++ .../modules_cargo/transport/inventory.json | 11 ++++++ .../entries/modules_cargo/vanilla/cake.json | 11 ++++++ .../entries/modules_cargo/vanilla/chest.json | 11 ++++++ .../entries/modules_cargo/vanilla/slime.json | 11 ++++++ .../modules_engines/booster_engine.json | 15 ++++++++ .../entries/modules_engines/creative.json | 11 ++++++ .../modules_engines/solid_fuel_engine.json | 15 ++++++++ .../comparing_point_machine.json | 35 +++++++++++++++++++ .../point_machines/lever_point_machine.json | 31 ++++++++++++++++ .../redstone_point_machine.json | 33 +++++++++++++++++ .../point_machines/routing_point_machine.json | 31 ++++++++++++++++ .../zh_cn/entries/rails/bumper_rail.json | 15 ++++++++ .../zh_cn/entries/rails/diamond_rail.json | 15 ++++++++ .../zh_cn/entries/rails/elevator_switch.json | 15 ++++++++ .../zh_cn/entries/rails/holding_rail.json | 15 ++++++++ .../zh_cn/entries/rails/scaffold_rail.json | 16 +++++++++ .../zh_cn/entries/rails/switch_rail.json | 15 ++++++++ .../entries/rails/timed_holding_rail.json | 15 ++++++++ .../zh_cn/entries/rails/wye_switch_rail.json | 15 ++++++++ .../entries/routing/assorted_routing.json | 19 ++++++++++ .../guide/zh_cn/entries/routing/basics.json | 17 +++++++++ .../entries/routing/boolean_routing.json | 15 ++++++++ .../zh_cn/entries/routing/logic_routing.json | 19 ++++++++++ .../zh_cn/entries/routing/time_routing.json | 15 ++++++++ 81 files changed, 1191 insertions(+) create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/book.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/concepts.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/machines.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/modular_entities.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/modules_cargo.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/modules_engines.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/point_machines.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/rails.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/routing.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/concepts/wrench.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/machines/loader.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/machines/module_configurator.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/machines/rail_workers_bench.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modular_entities/modular_boat.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modular_entities/modular_minecart.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/transport/energy_storage.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/transport/fluid_tank.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/transport/inventory.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/vanilla/cake.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/vanilla/chest.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/vanilla/slime.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_engines/booster_engine.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_engines/creative.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_engines/solid_fuel_engine.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/comparing_point_machine.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/lever_point_machine.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/redstone_point_machine.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/routing_point_machine.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/bumper_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/diamond_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/elevator_switch.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/holding_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/scaffold_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/switch_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/timed_holding_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/wye_switch_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/assorted_routing.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/basics.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/boolean_routing.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/logic_routing.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/time_routing.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/concepts.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/machines.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modular_entities.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_cargo.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_engines.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/point_machines.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/rails.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/routing.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/concepts/wrench.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/loader.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/module_configurator.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/rail_workers_bench.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_boat.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_minecart.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/energy_storage.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/fluid_tank.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/inventory.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/cake.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/chest.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/slime.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/booster_engine.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/creative.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/solid_fuel_engine.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/comparing_point_machine.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/lever_point_machine.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/redstone_point_machine.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/routing_point_machine.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/bumper_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/diamond_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/elevator_switch.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/holding_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/scaffold_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/switch_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/timed_holding_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/wye_switch_rail.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/assorted_routing.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/basics.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/boolean_routing.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/logic_routing.json create mode 100644 projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/time_routing.json diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/book.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/book.json new file mode 100644 index 000000000000..b1930f602847 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/book.json @@ -0,0 +1,9 @@ +{ + "name": "guide.transport.name", + "subtitle": "Advanced Rails", + "landing_text": "guide.transport.landing_text", + "version": 1, + "creative_tab": "transport", + "model": "transport:advanced_transport_guide", + "show_progress": false +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/concepts.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/concepts.json new file mode 100644 index 000000000000..47d297594638 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/concepts.json @@ -0,0 +1,6 @@ +{ + "name": "Concepts", + "description": "", + "icon": "transport:rail_breaker", + "sortnum": 1 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/machines.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/machines.json new file mode 100644 index 000000000000..4fa3deab68ae --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/machines.json @@ -0,0 +1,6 @@ +{ + "name": "Machines", + "description": "", + "icon": "transport:item_loader", + "sortnum": 2 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/modular_entities.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/modular_entities.json new file mode 100644 index 000000000000..596e91859e1c --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/modular_entities.json @@ -0,0 +1,6 @@ +{ + "name": "Modular Entities", + "description": "", + "icon": "transport:cargo_minecart", + "sortnum": 10 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/modules_cargo.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/modules_cargo.json new file mode 100644 index 000000000000..ac2d00a788e8 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/modules_cargo.json @@ -0,0 +1,6 @@ +{ + "name": "Modules - Cargo", + "description": "Cargo! That which carries the goods.", + "icon": "minecraft:chest", + "sortnum": 11 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/modules_engines.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/modules_engines.json new file mode 100644 index 000000000000..1eb40b32e2cb --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/modules_engines.json @@ -0,0 +1,6 @@ +{ + "name": "Modules - Engines", + "description": "Engines! That which powers the vehicles", + "icon": "transport:solid_fuel_engine", + "sortnum": 12 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/point_machines.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/point_machines.json new file mode 100644 index 000000000000..62b96b9e9f41 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/point_machines.json @@ -0,0 +1,6 @@ +{ + "name": "Point Machines", + "description": "A point machine (also known as a point motor, switch machine or switch motor) is a device for operating railway switches especially at a distance. In this case, a point machine is any block that has behavior built in to activate switches", + "icon": "transport:switch_rail", + "sortnum": 21 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/rails.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/rails.json new file mode 100644 index 000000000000..c663e3981472 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/rails.json @@ -0,0 +1,6 @@ +{ + "name": "Rails", + "description": "The foundation of the railway", + "icon": "transport:holding_rail", + "sortnum": 20 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/routing.json new file mode 100644 index 000000000000..5e97ffa8bfba --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/categories/routing.json @@ -0,0 +1,6 @@ +{ + "name": "Routing", + "description": "", + "icon": "minecraft:written_book", + "sortnum": 22 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/concepts/wrench.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/concepts/wrench.json new file mode 100644 index 000000000000..ff361f22929c --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/concepts/wrench.json @@ -0,0 +1,15 @@ +{ + "name": "Wrenching", + "icon": "transport:rail_breaker", + "category": "concepts", + "pages": [ + { + "type": "text", + "text": "The $(item)Rail Breaker$() can be used on loaders and some rails to configure their sides and directions. Wrenches from other mods may also work." + }, + { + "type": "crafting", + "recipe": "transport:rail_breaker" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/machines/loader.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/machines/loader.json new file mode 100644 index 000000000000..1b248b283853 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/machines/loader.json @@ -0,0 +1,20 @@ +{ + "name": "Loaders", + "icon": "transport:item_loader", + "category": "machines", + "pages": [ + { + "type": "text", + "text": "Loaders will unload or load cargo into entities, or other blocks. Each side of a Loader is configurable using $(l:concepts/wrench)any wrench$(/l). Blue signifies an input side, red signifies an output side." + }, + { + "type": "crafting", + "recipe": "transport:item_loader", + "recipe2": "transport:fluid_loader" + }, + { + "type": "crafting", + "recipe": "transport:energy_loader" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/machines/module_configurator.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/machines/module_configurator.json new file mode 100644 index 000000000000..07ce943ba5a0 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/machines/module_configurator.json @@ -0,0 +1,15 @@ +{ + "name": "Module Configurator", + "icon": "transport:module_configurator", + "category": "machines", + "pages": [ + { + "type": "text", + "text": "The $(item)Module Configurator$() allows you to add modules such as Cargo and Engines to your Modular Minecarts and another other supported entities." + }, + { + "type": "crafting", + "recipe": "transport:module_configurator" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/machines/rail_workers_bench.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/machines/rail_workers_bench.json new file mode 100644 index 000000000000..fed2046c5597 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/machines/rail_workers_bench.json @@ -0,0 +1,20 @@ +{ + "name": "Rail Worker's Bench", + "icon": "transport:rail_workers_bench", + "category": "machines", + "pages": [ + { + "type": "text", + "text": "The $(item)Rail Worker's Bench$() provides two benefits: Firstly, it allows one to swap rails between those of the same category (AKA Rail -> Switch Rail, Powered Rail -> Activator Rail). Secondly, it allows crafting of a 'rail' Item which when used in place of ingots in rails it produce 4x output." + }, + { + "type": "crafting", + "recipe": "transport:rail_workers_bench" + }, + { + "type": "crafting", + "recipe": "transport:minecraft_rail_from_transport_iron_rail", + "recipe2": "transport:minecraft_powered_rail_from_transport_gold_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modular_entities/modular_boat.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modular_entities/modular_boat.json new file mode 100644 index 000000000000..b9b52946dc72 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modular_entities/modular_boat.json @@ -0,0 +1,15 @@ +{ + "name": "Modular Boat", + "icon": "transport:modular_boat", + "category": "modular_entities", + "pages": [ + { + "type": "text", + "text": "The $(item)Modular Boat$() is a boat that can be equip with Cargo modules" + }, + { + "type": "crafting", + "recipe": "transport:modular_boat_from_oak" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modular_entities/modular_minecart.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modular_entities/modular_minecart.json new file mode 100644 index 000000000000..34acd6cee240 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modular_entities/modular_minecart.json @@ -0,0 +1,15 @@ +{ + "name": "Modular Minecart", + "icon": "transport:cargo_minecart", + "category": "modular_entities", + "pages": [ + { + "type": "text", + "text": "The $(item)Modular Minecart$() is a minecart that can be equip with both Cargo and Engine modules" + }, + { + "type": "crafting", + "recipe": "transport:cargo_minecart_from_iron" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/transport/energy_storage.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/transport/energy_storage.json new file mode 100644 index 000000000000..0dc21c5bbbfb --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/transport/energy_storage.json @@ -0,0 +1,11 @@ +{ + "name": "Energy Storage", + "icon": "transport:energy_loader", + "category": "modules_cargo", + "pages": [ + { + "type": "text", + "text": "A Energy Storage Cargo Module is added by adding a $(l:transport:machines/loader)Energy Loader$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will hold 10K FE" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/transport/fluid_tank.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/transport/fluid_tank.json new file mode 100644 index 000000000000..61943da3b3ed --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/transport/fluid_tank.json @@ -0,0 +1,11 @@ +{ + "name": "Fluid Tank", + "icon": "transport:fluid_loader", + "category": "modules_cargo", + "pages": [ + { + "type": "text", + "text": "A Fluid Tank Cargo Module is added by adding a $(l:transport:machines/loader)Fluid Loader$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will hold 10 buckets of a single fluid" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/transport/inventory.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/transport/inventory.json new file mode 100644 index 000000000000..dc846950c8a8 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/transport/inventory.json @@ -0,0 +1,11 @@ +{ + "name": "Inventory", + "icon": "transport:item_loader", + "category": "modules_cargo", + "pages": [ + { + "type": "text", + "text": "An Inventory Cargo Module is added by adding a $(l:transport:machines/loader)Item Loader$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will hold 5 stacks of items" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/vanilla/cake.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/vanilla/cake.json new file mode 100644 index 000000000000..10aa3b39a2b1 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/vanilla/cake.json @@ -0,0 +1,11 @@ +{ + "name": "Cake", + "icon": "minecraft:cake", + "category": "modules_cargo", + "pages": [ + { + "type": "text", + "text": "A Cake Cargo Module is added by adding a $(item)cake$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will can be eaten directly from, and will return to an empty state when you finish the cake." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/vanilla/chest.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/vanilla/chest.json new file mode 100644 index 000000000000..b25c3cae9a4e --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/vanilla/chest.json @@ -0,0 +1,11 @@ +{ + "name": "Chest", + "icon": "minecraft:chest", + "category": "modules_cargo", + "pages": [ + { + "type": "text", + "text": "A Chest Cargo Module is added by adding a $(item)Chest$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will hold 27 stacks of items." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/vanilla/slime.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/vanilla/slime.json new file mode 100644 index 000000000000..f3d318c12179 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_cargo/vanilla/slime.json @@ -0,0 +1,11 @@ +{ + "name": "Slime", + "icon": "minecraft:slime_block", + "category": "modules_cargo", + "pages": [ + { + "type": "text", + "text": "A Slime Cargo Module is added by adding a $(item)Slime Block$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It doesn't do anything interesting." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_engines/booster_engine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_engines/booster_engine.json new file mode 100644 index 000000000000..baa7b3369903 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_engines/booster_engine.json @@ -0,0 +1,15 @@ +{ + "name": "Booster", + "icon": "transport:booster_engine", + "category": "modules_engines", + "pages": [ + { + "type": "text", + "text": "A Booster Engine Module is added by adding a $(item)Booster Engine$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It does not require any fuel to operate, however, it is extremely slow." + }, + { + "type": "crafting", + "recipe": "transport:booster_engine" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_engines/creative.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_engines/creative.json new file mode 100644 index 000000000000..da34fc9749af --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_engines/creative.json @@ -0,0 +1,11 @@ +{ + "name": "Creative", + "icon": "transport:creative_engine", + "category": "modules_engines", + "pages": [ + { + "type": "text", + "text": "A Creative Engine Module is added by adding a $(item)Creative Engine$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It does not require any fuel to operate, and is relatively fast, however, it is a Creative Only Item." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_engines/solid_fuel_engine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_engines/solid_fuel_engine.json new file mode 100644 index 000000000000..104a18e3e4af --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/modules_engines/solid_fuel_engine.json @@ -0,0 +1,15 @@ +{ + "name": "Solid Fuel", + "icon": "transport:solid_fuel_engine", + "category": "modules_engines", + "pages": [ + { + "type": "text", + "text": "A Solid Fuel Engine Module is added by adding a $(item)Solid Fuel Engine$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It operates using any fuel that can be used in a Furnace, and is a relatively fast engine." + }, + { + "type": "crafting", + "recipe": "transport:solid_fuel_engine" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/comparing_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/comparing_point_machine.json new file mode 100644 index 000000000000..45c9fed8144b --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/comparing_point_machine.json @@ -0,0 +1,35 @@ +{ + "name": "Comparing Point Machine", + "icon": "minecraft:comparator", + "category": "point_machines", + "pages": [ + { + "type": "text", + "text": "The Comparing Point Machine is a comparator placed with input to the switch. If the comparator's mode is compare, the switch will divert if the minecart has a comparator signal equal to or great than input, or if the mode is subtract, the switch will divert if the minecart's signal is less than input. Note: Not all minecarts react to comparators." + }, + { + "type": "multiblock", + "name": "Comparing Point Machine", + "multiblock": { + "mapping": { + "R": "minecraft:rail[shape=east_west]", + "D": "minecraft:rail", + "0": "transport:switch_rail[straight_shape=east_west,diverge_shape=south_west,diverge=true]", + "L": "minecraft:lever[face=floor,facing=south,powered=true]", + "T": "minecraft:redstone_torch", + "E": "minecraft:redstone_wire[east=side,power=15,west=side]", + "C": "minecraft:comparator[facing=south]" + }, + "pattern": [ + [ + "TR ", + "ER ", + "C0D", + " R " + ] + ], + "enable_visualize": false + } + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/lever_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/lever_point_machine.json new file mode 100644 index 000000000000..5ae7a2e96b90 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/lever_point_machine.json @@ -0,0 +1,31 @@ +{ + "name": "Lever Point Machine", + "icon": "minecraft:lever", + "category": "point_machines", + "pages": [ + { + "type": "text", + "text": "The Lever Point Machine is a lever placed while facing towards the switch. The switch will divert if the lever is pointed towards it." + }, + { + "type": "multiblock", + "name": "Lever Point Machine", + "multiblock": { + "mapping": { + "R": "minecraft:rail[shape=east_west]", + "D": "minecraft:rail", + "0": "transport:switch_rail[straight_shape=east_west,diverge_shape=south_west,diverge=true]", + "L": "minecraft:lever[face=floor,facing=south,powered=true]" + }, + "pattern": [ + [ + " R ", + "L0D", + " R " + ] + ], + "enable_visualize": false + } + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/redstone_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/redstone_point_machine.json new file mode 100644 index 000000000000..fdb1101a2f02 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/redstone_point_machine.json @@ -0,0 +1,33 @@ +{ + "name": "Redstone Point Machine", + "icon": "minecraft:repeater", + "category": "point_machines", + "pages": [ + { + "type": "text", + "text": "The Redstone Point Machine is a redstone repeater placed with output. The switch will divert if the repeater is powered." + }, + { + "type": "multiblock", + "name": "Redstone Point Machine", + "multiblock": { + "mapping": { + "R": "minecraft:rail[shape=east_west]", + "D": "minecraft:rail", + "0": "transport:switch_rail[straight_shape=east_west,diverge_shape=south_west,diverge=true]", + "L": "minecraft:lever[face=floor,facing=south,powered=true]", + "T": "minecraft:redstone_torch", + "E": "minecraft:repeater[powered=true]" + }, + "pattern": [ + [ + " R ", + "TE0D", + " R " + ] + ], + "enable_visualize": false + } + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/routing_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/routing_point_machine.json new file mode 100644 index 000000000000..a30c1ad39818 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/point_machines/routing_point_machine.json @@ -0,0 +1,31 @@ +{ + "name": "Routing Point Machine", + "icon": "minecraft:lectern", + "category": "point_machines", + "pages": [ + { + "type": "text", + "text": "The Routing Point Machine is a Lectern placed facing a switch. It allows a book to have routing instructions written into it. See $(l:routing/basics)Routing Basics$() for more info" + }, + { + "type": "multiblock", + "name": "Routing Point Machine", + "multiblock": { + "mapping": { + "R": "minecraft:rail[shape=east_west]", + "D": "minecraft:rail", + "0": "transport:switch_rail[straight_shape=east_west,diverge_shape=south_west,diverge=true]", + "L": "minecraft:lectern[facing=north,has_book=true]" + }, + "pattern": [ + [ + " R ", + "L0D", + " R " + ] + ], + "enable_visualize": false + } + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/bumper_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/bumper_rail.json new file mode 100644 index 000000000000..85f4f7d69f7b --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/bumper_rail.json @@ -0,0 +1,15 @@ +{ + "name": "Bumper Rail", + "icon": "transport:bumper_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Bumper Rail$() is a device intended to prevent railway vehicles from going past the end of the line." + }, + { + "type": "crafting", + "recipe": "transport:bumper_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/diamond_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/diamond_rail.json new file mode 100644 index 000000000000..5ea809a4206b --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/diamond_rail.json @@ -0,0 +1,15 @@ +{ + "name": "Diamond Crossing Rail", + "icon": "transport:diamond_crossing_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Diamond Crossing Rail$() allows carts to travel both East-West and North-South." + }, + { + "type": "crafting", + "recipe": "transport:diamond_crossing_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/elevator_switch.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/elevator_switch.json new file mode 100644 index 000000000000..11ada4332e25 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/elevator_switch.json @@ -0,0 +1,15 @@ +{ + "name": "Elevator Switch Rail", + "icon": "transport:elevator_switch_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Elevator Switch Rail$() does...something. I don't really understand it." + }, + { + "type": "crafting", + "recipe": "transport:elevator_switch_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/holding_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/holding_rail.json new file mode 100644 index 000000000000..1c7d27219a4b --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/holding_rail.json @@ -0,0 +1,15 @@ +{ + "name": "Holding Rail", + "icon": "transport:holding_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Holding Rail$() stops carts when unpowered. When powered, it acts like a booster track and will set the cart moving in the direction that the track is facing." + }, + { + "type": "crafting", + "recipe": "transport:holding_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/scaffold_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/scaffold_rail.json new file mode 100644 index 000000000000..b3f41585f30b --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/scaffold_rail.json @@ -0,0 +1,16 @@ +{ + "name": "Scaffolding Rail", + "icon": "transport:scaffolding_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Scaffolding Rail$() brings its own support to the party, and can be placed in mid air. When placed, it will place a $(item)Scaffolding Slab$() underneath itself automagically. Note: $(item)Scaffolding Slabs$() generally follow the placement rules of scaffolding blocks" + }, + { + "type": "crafting", + "recipe": "transport:scaffolding_rail", + "recipe2": "transport:scaffolding_slab" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/switch_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/switch_rail.json new file mode 100644 index 000000000000..53befa956c68 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/switch_rail.json @@ -0,0 +1,15 @@ +{ + "name": "Switch Rail", + "icon": "transport:switch_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Switch Rail$() sends carts straight on by default. When activated by a $(thing)Point Machine$() it will divert carts onto the perpendicular track." + }, + { + "type": "crafting", + "recipe": "transport:switch_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/timed_holding_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/timed_holding_rail.json new file mode 100644 index 000000000000..c84a73b12364 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/timed_holding_rail.json @@ -0,0 +1,15 @@ +{ + "name": "Timed Holding Rail", + "icon": "transport:timed_holding_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Timed Holding Rail$() stops carts for a period of time depending on which setting is active (~1/2 second, 5 seconds, 50 seconds, 500 seconds). When powered, this timer does not progress. Once the timer is complete, it acts like a booster track and will set the cart moving in the direction that the track is facing." + }, + { + "type": "crafting", + "recipe": "transport:time_holding_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/wye_switch_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/wye_switch_rail.json new file mode 100644 index 000000000000..68bfe532c84a --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/rails/wye_switch_rail.json @@ -0,0 +1,15 @@ +{ + "name": "Wye Switch Rail", + "icon": "transport:wye_switch_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Wye Switch Rail$() sends carts left by default. When activated by a $(thing)Point Machine$() it will divert carts to the right." + }, + { + "type": "crafting", + "recipe": "transport:wye_switch_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/assorted_routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/assorted_routing.json new file mode 100644 index 000000000000..526d13f1f019 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/assorted_routing.json @@ -0,0 +1,19 @@ +{ + "name": "Assorted Routing", + "icon": "minecraft:written_book", + "category": "routing", + "pages": [ + { + "type": "text", + "text": "When a COMPARATOR Routing is used, the Minecart will only divert if minecart's signal would be greater than the input $(br2) ROUTING {$(br) COMPARATOR {$(br) 10$(br) }$(br)}" + }, + { + "type": "text", + "text": "When a RIDER Routing is used, the Minecart will only divert if the number of riders in the minecart would be greater than the input $(br2) ROUTING {$(br) RIDERS {$(br) 0$(br) }$(br)}" + }, + { + "type": "text", + "text": "When a NAME Routing is used, the Minecart will only divert if the name of the minecart matches any of the names give. A name can be given to a minecart with an anvil $(br2) ROUTING {$(br) NAME{$(br) \"HOME\"$(br) \"MINE\"$(br) }$(br)}" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/basics.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/basics.json new file mode 100644 index 000000000000..094393211f7a --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/basics.json @@ -0,0 +1,17 @@ +{ + "name": "Basics of Routing", + "icon": "minecraft:written_book", + "category": "routing", + "sortnum": -1, + "priority": true, + "pages": [ + { + "type": "text", + "text": "With writing a Routing book, you first need a need to get a Book and Quill. Note: You can have fill a book with multiple pages of routing, only the active page will affect the routing." + }, + { + "type": "text", + "text": "The rules of formatting include: $(li) All Pages must start with `ROUTING {` and end with '}'$() $(li) Methods also have { on the same line as the name, and each each input starting on their own line. $() $(li)String variables should being and end with quotes$()" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/boolean_routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/boolean_routing.json new file mode 100644 index 000000000000..4eadfc943114 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/boolean_routing.json @@ -0,0 +1,15 @@ +{ + "name": "Boolean Routing", + "icon": "minecraft:written_book", + "category": "routing", + "pages": [ + { + "type": "text", + "text": "When a True Routing is used, the Minecart will always divert $(br2) ROUTING {$(br) TRUE {$(br) }$(br)}" + }, + { + "type": "text", + "text": "When a False Routing is used, the Minecart will never divert $(br2) ROUTING {$(br) FALSE {$(br) }$(br)}" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/logic_routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/logic_routing.json new file mode 100644 index 000000000000..3210e71dd385 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/logic_routing.json @@ -0,0 +1,19 @@ +{ + "name": "Logic Routing", + "icon": "minecraft:written_book", + "category": "routing", + "pages": [ + { + "type": "text", + "text": "When an AND Routing is used, the Minecart will only divert if all routing inputs would divert $(br2) ROUTING {$(br) AND {$(br) TRUE {$(br) }$(br) TRUE {$(br) }$(br) }$(br)}" + }, + { + "type": "text", + "text": "When an OR Routing is used, the Minecart will divert as only as any routing input would divert $(br2) ROUTING {$(br) OR {$(br) TRUE {$(br) }$(br) FALSE {$(br) }$(br) }$(br)}" + }, + { + "type": "text", + "text": "When a NOT Routing is used, the Minecart will divert as only if the single routing input would not divert $(br2) ROUTING {$(br) NOT {$(br) FALSE {$(br) }$(br) }$(br)}" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/time_routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/time_routing.json new file mode 100644 index 000000000000..51506add5e1a --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/en_us/entries/routing/time_routing.json @@ -0,0 +1,15 @@ +{ + "name": "Time Routing", + "icon": "minecraft:written_book", + "category": "routing", + "pages": [ + { + "type": "text", + "text": "When a TIME Routing is used, the minecart will divert when the time of day is between the two input Strings. There are two formats to the strings. The first format matches a time of day: \"DAY\", \"NOON\", \"NIGHT\", \"MIDNIGHT\". The second matches \"00:00\", where it matches a clock time between 00:00 and 23:59" + }, + { + "type": "text", + "text": "In the following example, a minecraft would divert during the times that villagers would be awake and active. $(br2)ROUTING {$(br) TIME {$(br) \"6:00\"$(br) \"18:00\"$(br) }$(br)}" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/concepts.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/concepts.json new file mode 100644 index 000000000000..47d297594638 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/concepts.json @@ -0,0 +1,6 @@ +{ + "name": "Concepts", + "description": "", + "icon": "transport:rail_breaker", + "sortnum": 1 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/machines.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/machines.json new file mode 100644 index 000000000000..4fa3deab68ae --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/machines.json @@ -0,0 +1,6 @@ +{ + "name": "Machines", + "description": "", + "icon": "transport:item_loader", + "sortnum": 2 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modular_entities.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modular_entities.json new file mode 100644 index 000000000000..596e91859e1c --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modular_entities.json @@ -0,0 +1,6 @@ +{ + "name": "Modular Entities", + "description": "", + "icon": "transport:cargo_minecart", + "sortnum": 10 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_cargo.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_cargo.json new file mode 100644 index 000000000000..ac2d00a788e8 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_cargo.json @@ -0,0 +1,6 @@ +{ + "name": "Modules - Cargo", + "description": "Cargo! That which carries the goods.", + "icon": "minecraft:chest", + "sortnum": 11 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_engines.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_engines.json new file mode 100644 index 000000000000..1eb40b32e2cb --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_engines.json @@ -0,0 +1,6 @@ +{ + "name": "Modules - Engines", + "description": "Engines! That which powers the vehicles", + "icon": "transport:solid_fuel_engine", + "sortnum": 12 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/point_machines.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/point_machines.json new file mode 100644 index 000000000000..62b96b9e9f41 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/point_machines.json @@ -0,0 +1,6 @@ +{ + "name": "Point Machines", + "description": "A point machine (also known as a point motor, switch machine or switch motor) is a device for operating railway switches especially at a distance. In this case, a point machine is any block that has behavior built in to activate switches", + "icon": "transport:switch_rail", + "sortnum": 21 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/rails.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/rails.json new file mode 100644 index 000000000000..c663e3981472 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/rails.json @@ -0,0 +1,6 @@ +{ + "name": "Rails", + "description": "The foundation of the railway", + "icon": "transport:holding_rail", + "sortnum": 20 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/routing.json new file mode 100644 index 000000000000..5e97ffa8bfba --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/routing.json @@ -0,0 +1,6 @@ +{ + "name": "Routing", + "description": "", + "icon": "minecraft:written_book", + "sortnum": 22 +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/concepts/wrench.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/concepts/wrench.json new file mode 100644 index 000000000000..ff361f22929c --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/concepts/wrench.json @@ -0,0 +1,15 @@ +{ + "name": "Wrenching", + "icon": "transport:rail_breaker", + "category": "concepts", + "pages": [ + { + "type": "text", + "text": "The $(item)Rail Breaker$() can be used on loaders and some rails to configure their sides and directions. Wrenches from other mods may also work." + }, + { + "type": "crafting", + "recipe": "transport:rail_breaker" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/loader.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/loader.json new file mode 100644 index 000000000000..1b248b283853 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/loader.json @@ -0,0 +1,20 @@ +{ + "name": "Loaders", + "icon": "transport:item_loader", + "category": "machines", + "pages": [ + { + "type": "text", + "text": "Loaders will unload or load cargo into entities, or other blocks. Each side of a Loader is configurable using $(l:concepts/wrench)any wrench$(/l). Blue signifies an input side, red signifies an output side." + }, + { + "type": "crafting", + "recipe": "transport:item_loader", + "recipe2": "transport:fluid_loader" + }, + { + "type": "crafting", + "recipe": "transport:energy_loader" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/module_configurator.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/module_configurator.json new file mode 100644 index 000000000000..07ce943ba5a0 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/module_configurator.json @@ -0,0 +1,15 @@ +{ + "name": "Module Configurator", + "icon": "transport:module_configurator", + "category": "machines", + "pages": [ + { + "type": "text", + "text": "The $(item)Module Configurator$() allows you to add modules such as Cargo and Engines to your Modular Minecarts and another other supported entities." + }, + { + "type": "crafting", + "recipe": "transport:module_configurator" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/rail_workers_bench.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/rail_workers_bench.json new file mode 100644 index 000000000000..fed2046c5597 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/rail_workers_bench.json @@ -0,0 +1,20 @@ +{ + "name": "Rail Worker's Bench", + "icon": "transport:rail_workers_bench", + "category": "machines", + "pages": [ + { + "type": "text", + "text": "The $(item)Rail Worker's Bench$() provides two benefits: Firstly, it allows one to swap rails between those of the same category (AKA Rail -> Switch Rail, Powered Rail -> Activator Rail). Secondly, it allows crafting of a 'rail' Item which when used in place of ingots in rails it produce 4x output." + }, + { + "type": "crafting", + "recipe": "transport:rail_workers_bench" + }, + { + "type": "crafting", + "recipe": "transport:minecraft_rail_from_transport_iron_rail", + "recipe2": "transport:minecraft_powered_rail_from_transport_gold_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_boat.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_boat.json new file mode 100644 index 000000000000..b9b52946dc72 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_boat.json @@ -0,0 +1,15 @@ +{ + "name": "Modular Boat", + "icon": "transport:modular_boat", + "category": "modular_entities", + "pages": [ + { + "type": "text", + "text": "The $(item)Modular Boat$() is a boat that can be equip with Cargo modules" + }, + { + "type": "crafting", + "recipe": "transport:modular_boat_from_oak" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_minecart.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_minecart.json new file mode 100644 index 000000000000..34acd6cee240 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_minecart.json @@ -0,0 +1,15 @@ +{ + "name": "Modular Minecart", + "icon": "transport:cargo_minecart", + "category": "modular_entities", + "pages": [ + { + "type": "text", + "text": "The $(item)Modular Minecart$() is a minecart that can be equip with both Cargo and Engine modules" + }, + { + "type": "crafting", + "recipe": "transport:cargo_minecart_from_iron" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/energy_storage.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/energy_storage.json new file mode 100644 index 000000000000..0dc21c5bbbfb --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/energy_storage.json @@ -0,0 +1,11 @@ +{ + "name": "Energy Storage", + "icon": "transport:energy_loader", + "category": "modules_cargo", + "pages": [ + { + "type": "text", + "text": "A Energy Storage Cargo Module is added by adding a $(l:transport:machines/loader)Energy Loader$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will hold 10K FE" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/fluid_tank.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/fluid_tank.json new file mode 100644 index 000000000000..61943da3b3ed --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/fluid_tank.json @@ -0,0 +1,11 @@ +{ + "name": "Fluid Tank", + "icon": "transport:fluid_loader", + "category": "modules_cargo", + "pages": [ + { + "type": "text", + "text": "A Fluid Tank Cargo Module is added by adding a $(l:transport:machines/loader)Fluid Loader$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will hold 10 buckets of a single fluid" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/inventory.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/inventory.json new file mode 100644 index 000000000000..dc846950c8a8 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/inventory.json @@ -0,0 +1,11 @@ +{ + "name": "Inventory", + "icon": "transport:item_loader", + "category": "modules_cargo", + "pages": [ + { + "type": "text", + "text": "An Inventory Cargo Module is added by adding a $(l:transport:machines/loader)Item Loader$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will hold 5 stacks of items" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/cake.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/cake.json new file mode 100644 index 000000000000..10aa3b39a2b1 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/cake.json @@ -0,0 +1,11 @@ +{ + "name": "Cake", + "icon": "minecraft:cake", + "category": "modules_cargo", + "pages": [ + { + "type": "text", + "text": "A Cake Cargo Module is added by adding a $(item)cake$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will can be eaten directly from, and will return to an empty state when you finish the cake." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/chest.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/chest.json new file mode 100644 index 000000000000..b25c3cae9a4e --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/chest.json @@ -0,0 +1,11 @@ +{ + "name": "Chest", + "icon": "minecraft:chest", + "category": "modules_cargo", + "pages": [ + { + "type": "text", + "text": "A Chest Cargo Module is added by adding a $(item)Chest$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will hold 27 stacks of items." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/slime.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/slime.json new file mode 100644 index 000000000000..f3d318c12179 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/slime.json @@ -0,0 +1,11 @@ +{ + "name": "Slime", + "icon": "minecraft:slime_block", + "category": "modules_cargo", + "pages": [ + { + "type": "text", + "text": "A Slime Cargo Module is added by adding a $(item)Slime Block$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It doesn't do anything interesting." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/booster_engine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/booster_engine.json new file mode 100644 index 000000000000..baa7b3369903 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/booster_engine.json @@ -0,0 +1,15 @@ +{ + "name": "Booster", + "icon": "transport:booster_engine", + "category": "modules_engines", + "pages": [ + { + "type": "text", + "text": "A Booster Engine Module is added by adding a $(item)Booster Engine$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It does not require any fuel to operate, however, it is extremely slow." + }, + { + "type": "crafting", + "recipe": "transport:booster_engine" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/creative.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/creative.json new file mode 100644 index 000000000000..da34fc9749af --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/creative.json @@ -0,0 +1,11 @@ +{ + "name": "Creative", + "icon": "transport:creative_engine", + "category": "modules_engines", + "pages": [ + { + "type": "text", + "text": "A Creative Engine Module is added by adding a $(item)Creative Engine$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It does not require any fuel to operate, and is relatively fast, however, it is a Creative Only Item." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/solid_fuel_engine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/solid_fuel_engine.json new file mode 100644 index 000000000000..104a18e3e4af --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/solid_fuel_engine.json @@ -0,0 +1,15 @@ +{ + "name": "Solid Fuel", + "icon": "transport:solid_fuel_engine", + "category": "modules_engines", + "pages": [ + { + "type": "text", + "text": "A Solid Fuel Engine Module is added by adding a $(item)Solid Fuel Engine$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It operates using any fuel that can be used in a Furnace, and is a relatively fast engine." + }, + { + "type": "crafting", + "recipe": "transport:solid_fuel_engine" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/comparing_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/comparing_point_machine.json new file mode 100644 index 000000000000..45c9fed8144b --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/comparing_point_machine.json @@ -0,0 +1,35 @@ +{ + "name": "Comparing Point Machine", + "icon": "minecraft:comparator", + "category": "point_machines", + "pages": [ + { + "type": "text", + "text": "The Comparing Point Machine is a comparator placed with input to the switch. If the comparator's mode is compare, the switch will divert if the minecart has a comparator signal equal to or great than input, or if the mode is subtract, the switch will divert if the minecart's signal is less than input. Note: Not all minecarts react to comparators." + }, + { + "type": "multiblock", + "name": "Comparing Point Machine", + "multiblock": { + "mapping": { + "R": "minecraft:rail[shape=east_west]", + "D": "minecraft:rail", + "0": "transport:switch_rail[straight_shape=east_west,diverge_shape=south_west,diverge=true]", + "L": "minecraft:lever[face=floor,facing=south,powered=true]", + "T": "minecraft:redstone_torch", + "E": "minecraft:redstone_wire[east=side,power=15,west=side]", + "C": "minecraft:comparator[facing=south]" + }, + "pattern": [ + [ + "TR ", + "ER ", + "C0D", + " R " + ] + ], + "enable_visualize": false + } + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/lever_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/lever_point_machine.json new file mode 100644 index 000000000000..5ae7a2e96b90 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/lever_point_machine.json @@ -0,0 +1,31 @@ +{ + "name": "Lever Point Machine", + "icon": "minecraft:lever", + "category": "point_machines", + "pages": [ + { + "type": "text", + "text": "The Lever Point Machine is a lever placed while facing towards the switch. The switch will divert if the lever is pointed towards it." + }, + { + "type": "multiblock", + "name": "Lever Point Machine", + "multiblock": { + "mapping": { + "R": "minecraft:rail[shape=east_west]", + "D": "minecraft:rail", + "0": "transport:switch_rail[straight_shape=east_west,diverge_shape=south_west,diverge=true]", + "L": "minecraft:lever[face=floor,facing=south,powered=true]" + }, + "pattern": [ + [ + " R ", + "L0D", + " R " + ] + ], + "enable_visualize": false + } + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/redstone_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/redstone_point_machine.json new file mode 100644 index 000000000000..fdb1101a2f02 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/redstone_point_machine.json @@ -0,0 +1,33 @@ +{ + "name": "Redstone Point Machine", + "icon": "minecraft:repeater", + "category": "point_machines", + "pages": [ + { + "type": "text", + "text": "The Redstone Point Machine is a redstone repeater placed with output. The switch will divert if the repeater is powered." + }, + { + "type": "multiblock", + "name": "Redstone Point Machine", + "multiblock": { + "mapping": { + "R": "minecraft:rail[shape=east_west]", + "D": "minecraft:rail", + "0": "transport:switch_rail[straight_shape=east_west,diverge_shape=south_west,diverge=true]", + "L": "minecraft:lever[face=floor,facing=south,powered=true]", + "T": "minecraft:redstone_torch", + "E": "minecraft:repeater[powered=true]" + }, + "pattern": [ + [ + " R ", + "TE0D", + " R " + ] + ], + "enable_visualize": false + } + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/routing_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/routing_point_machine.json new file mode 100644 index 000000000000..a30c1ad39818 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/routing_point_machine.json @@ -0,0 +1,31 @@ +{ + "name": "Routing Point Machine", + "icon": "minecraft:lectern", + "category": "point_machines", + "pages": [ + { + "type": "text", + "text": "The Routing Point Machine is a Lectern placed facing a switch. It allows a book to have routing instructions written into it. See $(l:routing/basics)Routing Basics$() for more info" + }, + { + "type": "multiblock", + "name": "Routing Point Machine", + "multiblock": { + "mapping": { + "R": "minecraft:rail[shape=east_west]", + "D": "minecraft:rail", + "0": "transport:switch_rail[straight_shape=east_west,diverge_shape=south_west,diverge=true]", + "L": "minecraft:lectern[facing=north,has_book=true]" + }, + "pattern": [ + [ + " R ", + "L0D", + " R " + ] + ], + "enable_visualize": false + } + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/bumper_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/bumper_rail.json new file mode 100644 index 000000000000..85f4f7d69f7b --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/bumper_rail.json @@ -0,0 +1,15 @@ +{ + "name": "Bumper Rail", + "icon": "transport:bumper_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Bumper Rail$() is a device intended to prevent railway vehicles from going past the end of the line." + }, + { + "type": "crafting", + "recipe": "transport:bumper_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/diamond_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/diamond_rail.json new file mode 100644 index 000000000000..5ea809a4206b --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/diamond_rail.json @@ -0,0 +1,15 @@ +{ + "name": "Diamond Crossing Rail", + "icon": "transport:diamond_crossing_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Diamond Crossing Rail$() allows carts to travel both East-West and North-South." + }, + { + "type": "crafting", + "recipe": "transport:diamond_crossing_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/elevator_switch.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/elevator_switch.json new file mode 100644 index 000000000000..11ada4332e25 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/elevator_switch.json @@ -0,0 +1,15 @@ +{ + "name": "Elevator Switch Rail", + "icon": "transport:elevator_switch_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Elevator Switch Rail$() does...something. I don't really understand it." + }, + { + "type": "crafting", + "recipe": "transport:elevator_switch_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/holding_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/holding_rail.json new file mode 100644 index 000000000000..1c7d27219a4b --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/holding_rail.json @@ -0,0 +1,15 @@ +{ + "name": "Holding Rail", + "icon": "transport:holding_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Holding Rail$() stops carts when unpowered. When powered, it acts like a booster track and will set the cart moving in the direction that the track is facing." + }, + { + "type": "crafting", + "recipe": "transport:holding_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/scaffold_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/scaffold_rail.json new file mode 100644 index 000000000000..b3f41585f30b --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/scaffold_rail.json @@ -0,0 +1,16 @@ +{ + "name": "Scaffolding Rail", + "icon": "transport:scaffolding_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Scaffolding Rail$() brings its own support to the party, and can be placed in mid air. When placed, it will place a $(item)Scaffolding Slab$() underneath itself automagically. Note: $(item)Scaffolding Slabs$() generally follow the placement rules of scaffolding blocks" + }, + { + "type": "crafting", + "recipe": "transport:scaffolding_rail", + "recipe2": "transport:scaffolding_slab" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/switch_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/switch_rail.json new file mode 100644 index 000000000000..53befa956c68 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/switch_rail.json @@ -0,0 +1,15 @@ +{ + "name": "Switch Rail", + "icon": "transport:switch_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Switch Rail$() sends carts straight on by default. When activated by a $(thing)Point Machine$() it will divert carts onto the perpendicular track." + }, + { + "type": "crafting", + "recipe": "transport:switch_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/timed_holding_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/timed_holding_rail.json new file mode 100644 index 000000000000..c84a73b12364 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/timed_holding_rail.json @@ -0,0 +1,15 @@ +{ + "name": "Timed Holding Rail", + "icon": "transport:timed_holding_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Timed Holding Rail$() stops carts for a period of time depending on which setting is active (~1/2 second, 5 seconds, 50 seconds, 500 seconds). When powered, this timer does not progress. Once the timer is complete, it acts like a booster track and will set the cart moving in the direction that the track is facing." + }, + { + "type": "crafting", + "recipe": "transport:time_holding_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/wye_switch_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/wye_switch_rail.json new file mode 100644 index 000000000000..68bfe532c84a --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/wye_switch_rail.json @@ -0,0 +1,15 @@ +{ + "name": "Wye Switch Rail", + "icon": "transport:wye_switch_rail", + "category": "rails", + "pages": [ + { + "type": "text", + "text": "The $(item)Wye Switch Rail$() sends carts left by default. When activated by a $(thing)Point Machine$() it will divert carts to the right." + }, + { + "type": "crafting", + "recipe": "transport:wye_switch_rail" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/assorted_routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/assorted_routing.json new file mode 100644 index 000000000000..526d13f1f019 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/assorted_routing.json @@ -0,0 +1,19 @@ +{ + "name": "Assorted Routing", + "icon": "minecraft:written_book", + "category": "routing", + "pages": [ + { + "type": "text", + "text": "When a COMPARATOR Routing is used, the Minecart will only divert if minecart's signal would be greater than the input $(br2) ROUTING {$(br) COMPARATOR {$(br) 10$(br) }$(br)}" + }, + { + "type": "text", + "text": "When a RIDER Routing is used, the Minecart will only divert if the number of riders in the minecart would be greater than the input $(br2) ROUTING {$(br) RIDERS {$(br) 0$(br) }$(br)}" + }, + { + "type": "text", + "text": "When a NAME Routing is used, the Minecart will only divert if the name of the minecart matches any of the names give. A name can be given to a minecart with an anvil $(br2) ROUTING {$(br) NAME{$(br) \"HOME\"$(br) \"MINE\"$(br) }$(br)}" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/basics.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/basics.json new file mode 100644 index 000000000000..094393211f7a --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/basics.json @@ -0,0 +1,17 @@ +{ + "name": "Basics of Routing", + "icon": "minecraft:written_book", + "category": "routing", + "sortnum": -1, + "priority": true, + "pages": [ + { + "type": "text", + "text": "With writing a Routing book, you first need a need to get a Book and Quill. Note: You can have fill a book with multiple pages of routing, only the active page will affect the routing." + }, + { + "type": "text", + "text": "The rules of formatting include: $(li) All Pages must start with `ROUTING {` and end with '}'$() $(li) Methods also have { on the same line as the name, and each each input starting on their own line. $() $(li)String variables should being and end with quotes$()" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/boolean_routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/boolean_routing.json new file mode 100644 index 000000000000..4eadfc943114 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/boolean_routing.json @@ -0,0 +1,15 @@ +{ + "name": "Boolean Routing", + "icon": "minecraft:written_book", + "category": "routing", + "pages": [ + { + "type": "text", + "text": "When a True Routing is used, the Minecart will always divert $(br2) ROUTING {$(br) TRUE {$(br) }$(br)}" + }, + { + "type": "text", + "text": "When a False Routing is used, the Minecart will never divert $(br2) ROUTING {$(br) FALSE {$(br) }$(br)}" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/logic_routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/logic_routing.json new file mode 100644 index 000000000000..3210e71dd385 --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/logic_routing.json @@ -0,0 +1,19 @@ +{ + "name": "Logic Routing", + "icon": "minecraft:written_book", + "category": "routing", + "pages": [ + { + "type": "text", + "text": "When an AND Routing is used, the Minecart will only divert if all routing inputs would divert $(br2) ROUTING {$(br) AND {$(br) TRUE {$(br) }$(br) TRUE {$(br) }$(br) }$(br)}" + }, + { + "type": "text", + "text": "When an OR Routing is used, the Minecart will divert as only as any routing input would divert $(br2) ROUTING {$(br) OR {$(br) TRUE {$(br) }$(br) FALSE {$(br) }$(br) }$(br)}" + }, + { + "type": "text", + "text": "When a NOT Routing is used, the Minecart will divert as only if the single routing input would not divert $(br2) ROUTING {$(br) NOT {$(br) FALSE {$(br) }$(br) }$(br)}" + } + ] +} diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/time_routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/time_routing.json new file mode 100644 index 000000000000..51506add5e1a --- /dev/null +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/time_routing.json @@ -0,0 +1,15 @@ +{ + "name": "Time Routing", + "icon": "minecraft:written_book", + "category": "routing", + "pages": [ + { + "type": "text", + "text": "When a TIME Routing is used, the minecart will divert when the time of day is between the two input Strings. There are two formats to the strings. The first format matches a time of day: \"DAY\", \"NOON\", \"NIGHT\", \"MIDNIGHT\". The second matches \"00:00\", where it matches a clock time between 00:00 and 23:59" + }, + { + "type": "text", + "text": "In the following example, a minecraft would divert during the times that villagers would be awake and active. $(br2)ROUTING {$(br) TIME {$(br) \"6:00\"$(br) \"18:00\"$(br) }$(br)}" + } + ] +} From 20b5a9dea6fd2d3f6074ca51a2ba44d76539e402 Mon Sep 17 00:00:00 2001 From: RCqaq <1965716763@qq.com> Date: Wed, 13 Jul 2022 20:23:49 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E6=A8=A1=E7=BB=84=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../transport/transport/lang/zh_cn.json | 152 +++++++++--------- 1 file changed, 76 insertions(+), 76 deletions(-) diff --git a/projects/1.16/assets/transport/transport/lang/zh_cn.json b/projects/1.16/assets/transport/transport/lang/zh_cn.json index 545a580f7e17..2a99eb0c85a4 100644 --- a/projects/1.16/assets/transport/transport/lang/zh_cn.json +++ b/projects/1.16/assets/transport/transport/lang/zh_cn.json @@ -1,84 +1,84 @@ { - "block.transport.bumper_rail": "Bumper Rail", - "block.transport.buoy": "Buoy", - "block.transport.diamond_crossing_rail": "Diamond Crossing Rail", - "block.transport.dock": "Dock", - "block.transport.elevator_switch_rail": "Elevator Switch Rail", - "block.transport.elevator_switch_support": "Elevator Switch Support", - "block.transport.energy_loader": "Energy Loader", - "block.transport.fluid_loader": "Fluid Loader", - "block.transport.holding_rail": "Holding Rail", - "block.transport.item_loader": "Item Loader", - "block.transport.module_configurator": "Module Configurator", - "block.transport.rail_workers_bench": "Rail Worker's Bench", - "block.transport.scaffolding_rail": "Scaffolding Rail", - "block.transport.scaffolding_slab": "Scaffolding Slab", - "block.transport.steam": "Steam", - "block.transport.switch_rail": "Switch Rail", - "block.transport.timed_holding_rail": "Timed Holding Rail", - "block.transport.wye_switch_rail": "Wye Switch Rail", - "cargo.transport.empty": "Empty", - "cargo.transport.energy": "Energy Storage", - "cargo.transport.fluid": "Fluid Tank", - "cargo.transport.item": "Inventory", - "engine.transport.booster": "Booster Engine", - "engine.transport.creative": "Creative Engine", - "engine.transport.solid_fuel": "Solid Fuel Engine", - "enginestate.transport.forward_1": "Forward 1", - "enginestate.transport.forward_2": "Forward 2", - "enginestate.transport.forward_3": "Forward 3", - "enginestate.transport.neutral_0": "Neutral", - "enginestate.transport.reverse_1": "Reverse 1", - "enginestate.transport.reverse_2": "Reverse 2", - "enginestate.transport.reverse_3": "Reverse 3", - "entity.transport.cargo_minecart": "Modular Minecart", - "entity.transport.hulled_boat": "%s Boat", - "entity.transport.modular_boat": "Modular Boat", - "entity.transport.steam_locomotive": "Steam Locomotive", - "guide.transport.landing_text": "Importing the Transportation of Goods", - "guide.transport.name": "Advanced Transport", - "hull_type.transport.acacia": "Acacia Hull", - "hull_type.transport.birch": "Birch Hull", - "hull_type.transport.dark_oak": "Dark Oak Hull", - "hull_type.transport.iron": "Iron Hull", - "hull_type.transport.jungle": "Jungle Hull", - "hull_type.transport.oak": "Oak Hull", - "hull_type.transport.spruce": "Spruce Hull", - "hull_type.transport.treated_wood": "Treated Wood Hull", - "item.transport.booster_engine": "Booster Engine", - "item.transport.cargo_minecart": "Modular Minecart", - "item.transport.creative_engine": "Creative Engine", - "item.transport.gold_rail": "Gold Rail", - "item.transport.iron_rail": "Iron Rail", - "item.transport.modular_boat": "Modular Boat", - "item.transport.navigation_chart": "Navigation Chart", - "item.transport.rail_breaker": "Rail Breaker", - "item.transport.solid_fuel_engine": "Solid Fuel Engine", - "item.transport.steam_bucket": "Steam Bucket", - "item.transport.steam_locomotive": "Steam Locomotive", - "item.transport.treated_wood_boat": "Treated Wood Boat", - "itemGroup.transport": "Transport", - "module_slot.transport.back": "Back", - "module_slot.transport.cargo": "Cargo", - "module_slot.transport.none": "Not a", - "module_type.transport.cargo": "Cargo", - "module_type.transport.engine": "Engine", - "screen.transport.blank": "Blank", + "block.transport.bumper_rail": "车挡器", + "block.transport.buoy": "浮标", + "block.transport.diamond_crossing_rail": "菱形交叉铁轨", + "block.transport.dock": "码头", + "block.transport.elevator_switch_rail": "升降尖轨", + "block.transport.elevator_switch_support": "升降支撑", + "block.transport.energy_loader": "能量装载器", + "block.transport.fluid_loader": "流体装载器", + "block.transport.holding_rail": "保持铁轨", + "block.transport.item_loader": "物品装载器", + "block.transport.module_configurator": "模块配置器", + "block.transport.rail_workers_bench": "铁路工人工作台", + "block.transport.scaffolding_rail": "脚手架铁轨", + "block.transport.scaffolding_slab": "脚手架台阶", + "block.transport.steam": "蒸汽", + "block.transport.switch_rail": "尖轨", + "block.transport.timed_holding_rail": "定时保持铁轨", + "block.transport.wye_switch_rail": "Y形尖轨", + "cargo.transport.empty": "空", + "cargo.transport.energy": "能量存储", + "cargo.transport.fluid": "流体储罐", + "cargo.transport.item": "物品栏", + "engine.transport.booster": "助推引擎", + "engine.transport.creative": "创造引擎", + "engine.transport.solid_fuel": "固态燃料引擎", + "enginestate.transport.forward_1": "前进1", + "enginestate.transport.forward_2": "前进2", + "enginestate.transport.forward_3": "前进3", + "enginestate.transport.neutral_0": "空挡", + "enginestate.transport.reverse_1": "倒退1", + "enginestate.transport.reverse_2": "倒退2", + "enginestate.transport.reverse_3": "倒退3", + "entity.transport.cargo_minecart": "模块化矿车", + "entity.transport.hulled_boat": "%s船", + "entity.transport.modular_boat": "模块化船", + "entity.transport.steam_locomotive": "蒸汽火车头", + "guide.transport.landing_text": "引进货物运输", + "guide.transport.name": "高级运输", + "hull_type.transport.acacia": "金合欢木外壳", + "hull_type.transport.birch": "白桦木外壳", + "hull_type.transport.dark_oak": "深色橡木外壳", + "hull_type.transport.iron": "铁制外壳", + "hull_type.transport.jungle": "从林木外壳", + "hull_type.transport.oak": "橡木外壳", + "hull_type.transport.spruce": "云杉木外壳", + "hull_type.transport.treated_wood": "防腐木外壳", + "item.transport.booster_engine": "助推引擎", + "item.transport.cargo_minecart": "模块化矿车", + "item.transport.creative_engine": "创造引擎", + "item.transport.gold_rail": "金质导轨", + "item.transport.iron_rail": "铁质导轨", + "item.transport.modular_boat": "模块化船", + "item.transport.navigation_chart": "航行图", + "item.transport.rail_breaker": "铁轨断路器", + "item.transport.solid_fuel_engine": "固体燃料引擎", + "item.transport.steam_bucket": "蒸汽桶", + "item.transport.steam_locomotive": "蒸汽火车头", + "item.transport.treated_wood_boat": "防腐木船", + "itemGroup.transport": "运输", + "module_slot.transport.back": "背部", + "module_slot.transport.cargo": "货物", + "module_slot.transport.none": "不是", + "module_type.transport.cargo": "货物", + "module_type.transport.engine": "引擎", + "screen.transport.blank": "空白", "screen.transport.fluid.capacity": "%s / %s mB", - "screen.transport.fluid.empty": "Empty", - "screen.transport.jei.category.module_configurator": "Module Configurator", - "screen.transport.jei.category.rail_workers_bench": "Rail Worker's Bench", - "screen.transport.speed": "Current Speed: %s", - "subtitle.transport.whistle": "Train whistle", - "text.transport.amount": "Amount: %1$s/%2$s%3$s", - "text.transport.fluid": "Fluid: %s", + "screen.transport.fluid.empty": "空", + "screen.transport.jei.category.module_configurator": "模块配置器", + "screen.transport.jei.category.rail_workers_bench": "铁路工人工作台", + "screen.transport.speed": "目前速度:%s", + "subtitle.transport.whistle": "火车:鸣笛", + "text.transport.amount": "数量:%1$s/%2$s%3$s", + "text.transport.fluid": "流体:%s", "text.transport.forge_energy": "FE", - "text.transport.hull_type": "Hull Type: %s", + "text.transport.hull_type": "外壳类型:%s", "text.transport.installed_module": " * %s - %s", - "text.transport.installed_modules": "Installed Modules", + "text.transport.installed_modules": "安装的模块", "text.transport.milli_bucket": "mB", - "text.transport.module_slot": "%s Module Slot", - "tooltip.transport.contents": "Contents: ", + "text.transport.module_slot": "%s模块栏位", + "tooltip.transport.contents": "内容:", "tooltip.transport.contents.fluid": " * %s mB - %s", "tooltip.transport.contents.item": " * %sx - %s" } \ No newline at end of file From 82d402805f9ba1bb5bf2f6b3d3ce2262c02c6827 Mon Sep 17 00:00:00 2001 From: RCqaq <1965716763@qq.com> Date: Thu, 14 Jul 2022 11:02:04 +0800 Subject: [PATCH 4/6] =?UTF-8?q?patchouli=E7=BF=BB=E8=AF=91=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.16/assets/transport/transport/lang/zh_cn.json | 6 +++--- .../patchouli_books/guide/zh_cn/categories/concepts.json | 2 +- .../patchouli_books/guide/zh_cn/categories/machines.json | 2 +- .../guide/zh_cn/categories/modular_entities.json | 2 +- .../guide/zh_cn/categories/modules_cargo.json | 4 ++-- .../guide/zh_cn/categories/modules_engines.json | 4 ++-- .../guide/zh_cn/categories/point_machines.json | 4 ++-- .../patchouli_books/guide/zh_cn/categories/rails.json | 4 ++-- .../patchouli_books/guide/zh_cn/categories/routing.json | 2 +- .../guide/zh_cn/entries/concepts/wrench.json | 4 ++-- .../guide/zh_cn/entries/machines/loader.json | 4 ++-- .../guide/zh_cn/entries/machines/module_configurator.json | 4 ++-- .../guide/zh_cn/entries/machines/rail_workers_bench.json | 4 ++-- .../zh_cn/entries/modular_entities/modular_boat.json | 4 ++-- .../zh_cn/entries/modular_entities/modular_minecart.json | 4 ++-- .../entries/modules_cargo/transport/energy_storage.json | 4 ++-- .../zh_cn/entries/modules_cargo/transport/fluid_tank.json | 4 ++-- .../zh_cn/entries/modules_cargo/transport/inventory.json | 4 ++-- .../guide/zh_cn/entries/modules_cargo/vanilla/cake.json | 4 ++-- .../guide/zh_cn/entries/modules_cargo/vanilla/chest.json | 4 ++-- .../guide/zh_cn/entries/modules_cargo/vanilla/slime.json | 4 ++-- .../zh_cn/entries/modules_engines/booster_engine.json | 4 ++-- .../guide/zh_cn/entries/modules_engines/creative.json | 4 ++-- .../zh_cn/entries/modules_engines/solid_fuel_engine.json | 4 ++-- .../entries/point_machines/comparing_point_machine.json | 6 +++--- .../zh_cn/entries/point_machines/lever_point_machine.json | 6 +++--- .../entries/point_machines/redstone_point_machine.json | 6 +++--- .../entries/point_machines/routing_point_machine.json | 6 +++--- .../guide/zh_cn/entries/rails/bumper_rail.json | 4 ++-- .../guide/zh_cn/entries/rails/diamond_rail.json | 4 ++-- .../guide/zh_cn/entries/rails/elevator_switch.json | 4 ++-- .../guide/zh_cn/entries/rails/holding_rail.json | 4 ++-- .../guide/zh_cn/entries/rails/scaffold_rail.json | 4 ++-- .../guide/zh_cn/entries/rails/switch_rail.json | 4 ++-- .../guide/zh_cn/entries/rails/timed_holding_rail.json | 4 ++-- .../guide/zh_cn/entries/rails/wye_switch_rail.json | 4 ++-- .../guide/zh_cn/entries/routing/assorted_routing.json | 8 ++++---- .../guide/zh_cn/entries/routing/basics.json | 6 +++--- .../guide/zh_cn/entries/routing/boolean_routing.json | 6 +++--- .../guide/zh_cn/entries/routing/logic_routing.json | 8 ++++---- .../guide/zh_cn/entries/routing/time_routing.json | 6 +++--- 41 files changed, 90 insertions(+), 90 deletions(-) diff --git a/projects/1.16/assets/transport/transport/lang/zh_cn.json b/projects/1.16/assets/transport/transport/lang/zh_cn.json index 2a99eb0c85a4..78a2c5c52883 100644 --- a/projects/1.16/assets/transport/transport/lang/zh_cn.json +++ b/projects/1.16/assets/transport/transport/lang/zh_cn.json @@ -23,7 +23,7 @@ "cargo.transport.item": "物品栏", "engine.transport.booster": "助推引擎", "engine.transport.creative": "创造引擎", - "engine.transport.solid_fuel": "固态燃料引擎", + "engine.transport.solid_fuel": "固体燃料引擎", "enginestate.transport.forward_1": "前进1", "enginestate.transport.forward_2": "前进2", "enginestate.transport.forward_3": "前进3", @@ -59,9 +59,9 @@ "item.transport.treated_wood_boat": "防腐木船", "itemGroup.transport": "运输", "module_slot.transport.back": "背部", - "module_slot.transport.cargo": "货物", + "module_slot.transport.cargo": "货箱", "module_slot.transport.none": "不是", - "module_type.transport.cargo": "货物", + "module_type.transport.cargo": "货箱", "module_type.transport.engine": "引擎", "screen.transport.blank": "空白", "screen.transport.fluid.capacity": "%s / %s mB", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/concepts.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/concepts.json index 47d297594638..c91c38a50cf4 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/concepts.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/concepts.json @@ -1,5 +1,5 @@ { - "name": "Concepts", + "name": "概念", "description": "", "icon": "transport:rail_breaker", "sortnum": 1 diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/machines.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/machines.json index 4fa3deab68ae..2e79c6b6f221 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/machines.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/machines.json @@ -1,5 +1,5 @@ { - "name": "Machines", + "name": "机器", "description": "", "icon": "transport:item_loader", "sortnum": 2 diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modular_entities.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modular_entities.json index 596e91859e1c..840e7a8e457c 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modular_entities.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modular_entities.json @@ -1,5 +1,5 @@ { - "name": "Modular Entities", + "name": "模块化实体", "description": "", "icon": "transport:cargo_minecart", "sortnum": 10 diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_cargo.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_cargo.json index ac2d00a788e8..2c441bb3e8ac 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_cargo.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_cargo.json @@ -1,6 +1,6 @@ { - "name": "Modules - Cargo", - "description": "Cargo! That which carries the goods.", + "name": "模块 - 货箱", + "description": "货箱!载货物用的。", "icon": "minecraft:chest", "sortnum": 11 } diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_engines.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_engines.json index 1eb40b32e2cb..bd54c6488a22 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_engines.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/modules_engines.json @@ -1,6 +1,6 @@ { - "name": "Modules - Engines", - "description": "Engines! That which powers the vehicles", + "name": "模块 - 引擎", + "description": "引擎!驱动矿车用的。", "icon": "transport:solid_fuel_engine", "sortnum": 12 } diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/point_machines.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/point_machines.json index 62b96b9e9f41..46316c8f9f8f 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/point_machines.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/point_machines.json @@ -1,6 +1,6 @@ { - "name": "Point Machines", - "description": "A point machine (also known as a point motor, switch machine or switch motor) is a device for operating railway switches especially at a distance. In this case, a point machine is any block that has behavior built in to activate switches", + "name": "转辙机", + "description": "转辙机(又叫转辙器、转辙电动机)是在远处操作铁路转辙的装置。在该模组中,转辙机是任何内置这种功能,可以激活转辙的方块。", "icon": "transport:switch_rail", "sortnum": 21 } diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/rails.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/rails.json index c663e3981472..d17e724ab8be 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/rails.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/rails.json @@ -1,6 +1,6 @@ { - "name": "Rails", - "description": "The foundation of the railway", + "name": "铁轨", + "description": "铁路的基石", "icon": "transport:holding_rail", "sortnum": 20 } diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/routing.json index 5e97ffa8bfba..58aa1b290be3 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/routing.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/categories/routing.json @@ -1,5 +1,5 @@ { - "name": "Routing", + "name": "路线", "description": "", "icon": "minecraft:written_book", "sortnum": 22 diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/concepts/wrench.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/concepts/wrench.json index ff361f22929c..f7311d8f5868 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/concepts/wrench.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/concepts/wrench.json @@ -1,11 +1,11 @@ { - "name": "Wrenching", + "name": "拧扳手", "icon": "transport:rail_breaker", "category": "concepts", "pages": [ { "type": "text", - "text": "The $(item)Rail Breaker$() can be used on loaders and some rails to configure their sides and directions. Wrenches from other mods may also work." + "text": "$(item)铁轨断路器$()可以对装载器和一些铁轨上使用,以配置它们的面和方向。来自其它模组的扳手也有可能做到。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/loader.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/loader.json index 1b248b283853..97b322a0cfb9 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/loader.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/loader.json @@ -1,11 +1,11 @@ { - "name": "Loaders", + "name": "装载器", "icon": "transport:item_loader", "category": "machines", "pages": [ { "type": "text", - "text": "Loaders will unload or load cargo into entities, or other blocks. Each side of a Loader is configurable using $(l:concepts/wrench)any wrench$(/l). Blue signifies an input side, red signifies an output side." + "text": "装载器可以为实体和其它方块卸载或装载货物。装载器的每个面都可通过$(l:concepts/wrench)任何扳手$(/l)配置。蓝色表示输入面,红色表示输出面。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/module_configurator.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/module_configurator.json index 07ce943ba5a0..67f9314e0194 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/module_configurator.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/module_configurator.json @@ -1,11 +1,11 @@ { - "name": "Module Configurator", + "name": "模块配置器", "icon": "transport:module_configurator", "category": "machines", "pages": [ { "type": "text", - "text": "The $(item)Module Configurator$() allows you to add modules such as Cargo and Engines to your Modular Minecarts and another other supported entities." + "text": "$(item)模块配置器$()可为你模块化矿车等模块化实体添加诸如货箱和引擎一类的模块。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/rail_workers_bench.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/rail_workers_bench.json index fed2046c5597..d128a6dcd69d 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/rail_workers_bench.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/rail_workers_bench.json @@ -1,11 +1,11 @@ { - "name": "Rail Worker's Bench", + "name": "铁路工人工作台", "icon": "transport:rail_workers_bench", "category": "machines", "pages": [ { "type": "text", - "text": "The $(item)Rail Worker's Bench$() provides two benefits: Firstly, it allows one to swap rails between those of the same category (AKA Rail -> Switch Rail, Powered Rail -> Activator Rail). Secondly, it allows crafting of a 'rail' Item which when used in place of ingots in rails it produce 4x output." + "text": "$(item)铁路工人工作台$()提供了两点好处:第一,它可以使你在相同种类的铁轨中切换(也就是铁轨 -> 尖轨,充能铁轨 -> 激活铁轨)。第二,它可以合成“导轨”,当导轨在合成中代替锭时可以获得4倍的输出。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_boat.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_boat.json index b9b52946dc72..06bca111986b 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_boat.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_boat.json @@ -1,11 +1,11 @@ { - "name": "Modular Boat", + "name": "模块化船", "icon": "transport:modular_boat", "category": "modular_entities", "pages": [ { "type": "text", - "text": "The $(item)Modular Boat$() is a boat that can be equip with Cargo modules" + "text": "$(item)模块化船$()是可以装备货箱模块的船。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_minecart.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_minecart.json index 34acd6cee240..0684ca0d9721 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_minecart.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modular_entities/modular_minecart.json @@ -1,11 +1,11 @@ { - "name": "Modular Minecart", + "name": "模块化矿车", "icon": "transport:cargo_minecart", "category": "modular_entities", "pages": [ { "type": "text", - "text": "The $(item)Modular Minecart$() is a minecart that can be equip with both Cargo and Engine modules" + "text": "$(item)模块化矿车$()是可以同时装备货箱和引擎模块的矿车。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/energy_storage.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/energy_storage.json index 0dc21c5bbbfb..f2ded234f338 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/energy_storage.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/energy_storage.json @@ -1,11 +1,11 @@ { - "name": "Energy Storage", + "name": "能量存储", "icon": "transport:energy_loader", "category": "modules_cargo", "pages": [ { "type": "text", - "text": "A Energy Storage Cargo Module is added by adding a $(l:transport:machines/loader)Energy Loader$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will hold 10K FE" + "text": "能量存储货箱模块可以在$(l:transport:machines/module_configurator)模块配置器$()中添加$(l:transport:machines/loader)能量装载器$()以安装。它可以装下 10,000 FE。" } ] } \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/fluid_tank.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/fluid_tank.json index 61943da3b3ed..d81756e798d6 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/fluid_tank.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/fluid_tank.json @@ -1,11 +1,11 @@ { - "name": "Fluid Tank", + "name": "流体储罐", "icon": "transport:fluid_loader", "category": "modules_cargo", "pages": [ { "type": "text", - "text": "A Fluid Tank Cargo Module is added by adding a $(l:transport:machines/loader)Fluid Loader$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will hold 10 buckets of a single fluid" + "text": "流体储罐货箱模块可以在$(l:transport:machines/module_configurator)模块配置器$()中添加$(l:transport:machines/loader)流体装载器$()以安装。它可以装下 10 桶同种流体。" } ] } \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/inventory.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/inventory.json index dc846950c8a8..436547c7572e 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/inventory.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/transport/inventory.json @@ -1,11 +1,11 @@ { - "name": "Inventory", + "name": "物品栏", "icon": "transport:item_loader", "category": "modules_cargo", "pages": [ { "type": "text", - "text": "An Inventory Cargo Module is added by adding a $(l:transport:machines/loader)Item Loader$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will hold 5 stacks of items" + "text": "物品栏货箱模块可以在$(l:transport:machines/module_configurator)模块配置器$()中添加$(l:transport:machines/loader)物品装载器$()以安装。它可以装下 5 组物品。" } ] } \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/cake.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/cake.json index 10aa3b39a2b1..82488e3c4132 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/cake.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/cake.json @@ -1,11 +1,11 @@ { - "name": "Cake", + "name": "蛋糕", "icon": "minecraft:cake", "category": "modules_cargo", "pages": [ { "type": "text", - "text": "A Cake Cargo Module is added by adding a $(item)cake$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will can be eaten directly from, and will return to an empty state when you finish the cake." + "text": "蛋糕货箱模块可以在$(l:transport:machines/module_configurator)模块配置器$()中添加(item)蛋糕$()以安装。可以直接从矿车上吃蛋糕,吃完后矿车会回到空货箱的状态。" } ] } \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/chest.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/chest.json index b25c3cae9a4e..27b79ff1a935 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/chest.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/chest.json @@ -1,11 +1,11 @@ { - "name": "Chest", + "name": "箱子", "icon": "minecraft:chest", "category": "modules_cargo", "pages": [ { "type": "text", - "text": "A Chest Cargo Module is added by adding a $(item)Chest$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It will hold 27 stacks of items." + "text": "箱子货箱模块可以在$(l:transport:machines/module_configurator)模块配置器$()中添加(item)箱子$()以安装。它可以存下 27 组物品。" } ] } \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/slime.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/slime.json index f3d318c12179..a30f4879da1a 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/slime.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_cargo/vanilla/slime.json @@ -1,11 +1,11 @@ { - "name": "Slime", + "name": "黏液", "icon": "minecraft:slime_block", "category": "modules_cargo", "pages": [ { "type": "text", - "text": "A Slime Cargo Module is added by adding a $(item)Slime Block$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It doesn't do anything interesting." + "text": "黏液货箱模块可以在$(l:transport:machines/module_configurator)模块配置器$()中添加(item)黏液块$()以安装。它很无聊,什么也不会干。" } ] } \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/booster_engine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/booster_engine.json index baa7b3369903..b5abf95d82ae 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/booster_engine.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/booster_engine.json @@ -1,11 +1,11 @@ { - "name": "Booster", + "name": "助推", "icon": "transport:booster_engine", "category": "modules_engines", "pages": [ { "type": "text", - "text": "A Booster Engine Module is added by adding a $(item)Booster Engine$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It does not require any fuel to operate, however, it is extremely slow." + "text": "助推引擎模块可以在$(l:transport:machines/module_configurator)模块配置器$()中添加(item)助推引擎$()以安装。它不需要任何燃料就能驱动,然而,它超级慢。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/creative.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/creative.json index da34fc9749af..2906cfb54034 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/creative.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/creative.json @@ -1,11 +1,11 @@ { - "name": "Creative", + "name": "创造", "icon": "transport:creative_engine", "category": "modules_engines", "pages": [ { "type": "text", - "text": "A Creative Engine Module is added by adding a $(item)Creative Engine$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It does not require any fuel to operate, and is relatively fast, however, it is a Creative Only Item." + "text": "创造引擎模块可以在$(l:transport:machines/module_configurator)模块配置器$()中添加(item)创造引擎$()以安装。它不需要任何燃料就能驱动,且相对较快,然而,它只能在创造模式获得。" } ] } \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/solid_fuel_engine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/solid_fuel_engine.json index 104a18e3e4af..e08da1a83417 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/solid_fuel_engine.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/modules_engines/solid_fuel_engine.json @@ -1,11 +1,11 @@ { - "name": "Solid Fuel", + "name": "固体燃料", "icon": "transport:solid_fuel_engine", "category": "modules_engines", "pages": [ { "type": "text", - "text": "A Solid Fuel Engine Module is added by adding a $(item)Solid Fuel Engine$() in the $(l:transport:machines/module_configurator)Module Configurator$(). It operates using any fuel that can be used in a Furnace, and is a relatively fast engine." + "text": "固体燃料引擎模块可以在$(l:transport:machines/module_configurator)模块配置器$()中添加(item)固体燃料引擎$()以安装。它使用任何熔炉燃料驱动,且是个相对较快的引擎。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/comparing_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/comparing_point_machine.json index 45c9fed8144b..d8a92cde8ecd 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/comparing_point_machine.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/comparing_point_machine.json @@ -1,15 +1,15 @@ { - "name": "Comparing Point Machine", + "name": "比较转辙机", "icon": "minecraft:comparator", "category": "point_machines", "pages": [ { "type": "text", - "text": "The Comparing Point Machine is a comparator placed with input to the switch. If the comparator's mode is compare, the switch will divert if the minecart has a comparator signal equal to or great than input, or if the mode is subtract, the switch will divert if the minecart's signal is less than input. Note: Not all minecarts react to comparators." + "text": "比较转辙机由一个输入端对着尖轨的比较器组成。如果比较器的模式为比较,当矿车的信号大于等于比较器输入时,尖轨就会变道;如果模式为减法,当矿车的信号小于比较器输入时,尖轨就会变道。注:不是所有矿车都对比较器有反应。" }, { "type": "multiblock", - "name": "Comparing Point Machine", + "name": "比较转辙机", "multiblock": { "mapping": { "R": "minecraft:rail[shape=east_west]", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/lever_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/lever_point_machine.json index 5ae7a2e96b90..8fc8a9fb0ece 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/lever_point_machine.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/lever_point_machine.json @@ -1,15 +1,15 @@ { - "name": "Lever Point Machine", + "name": "拉杆转辙机", "icon": "minecraft:lever", "category": "point_machines", "pages": [ { "type": "text", - "text": "The Lever Point Machine is a lever placed while facing towards the switch. The switch will divert if the lever is pointed towards it." + "text": "拉杆转辙机由一个面向尖轨放置的拉杆组成。如果拉杆指向尖轨,尖轨就会变道。" }, { "type": "multiblock", - "name": "Lever Point Machine", + "name": "拉杆转辙机", "multiblock": { "mapping": { "R": "minecraft:rail[shape=east_west]", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/redstone_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/redstone_point_machine.json index fdb1101a2f02..3e8d9ec62990 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/redstone_point_machine.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/redstone_point_machine.json @@ -1,15 +1,15 @@ { - "name": "Redstone Point Machine", + "name": "红石转辙机", "icon": "minecraft:repeater", "category": "point_machines", "pages": [ { "type": "text", - "text": "The Redstone Point Machine is a redstone repeater placed with output. The switch will divert if the repeater is powered." + "text": "红石转辙机由一个输出端对着尖轨的的红石中继器组成。如果中继器被充能,尖轨就会变道。" }, { "type": "multiblock", - "name": "Redstone Point Machine", + "name": "红石转辙机", "multiblock": { "mapping": { "R": "minecraft:rail[shape=east_west]", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/routing_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/routing_point_machine.json index a30c1ad39818..3c60cc3a5157 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/routing_point_machine.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/routing_point_machine.json @@ -1,15 +1,15 @@ { - "name": "Routing Point Machine", + "name": "路线转辙机", "icon": "minecraft:lectern", "category": "point_machines", "pages": [ { "type": "text", - "text": "The Routing Point Machine is a Lectern placed facing a switch. It allows a book to have routing instructions written into it. See $(l:routing/basics)Routing Basics$() for more info" + "text": "路线转辙机由一个面向尖轨的讲台组成。讲台上的书可以写有路线指示。查看$(l:routing/basics)路线规划基础$()获得更多信息。" }, { "type": "multiblock", - "name": "Routing Point Machine", + "name": "路线转辙机", "multiblock": { "mapping": { "R": "minecraft:rail[shape=east_west]", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/bumper_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/bumper_rail.json index 85f4f7d69f7b..53847e335722 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/bumper_rail.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/bumper_rail.json @@ -1,11 +1,11 @@ { - "name": "Bumper Rail", + "name": "车挡器", "icon": "transport:bumper_rail", "category": "rails", "pages": [ { "type": "text", - "text": "The $(item)Bumper Rail$() is a device intended to prevent railway vehicles from going past the end of the line." + "text": "$(item)车挡器$()是用于防止铁路车辆过线路末端的装置。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/diamond_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/diamond_rail.json index 5ea809a4206b..9227716c62e1 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/diamond_rail.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/diamond_rail.json @@ -1,11 +1,11 @@ { - "name": "Diamond Crossing Rail", + "name": "菱形交叉铁轨", "icon": "transport:diamond_crossing_rail", "category": "rails", "pages": [ { "type": "text", - "text": "The $(item)Diamond Crossing Rail$() allows carts to travel both East-West and North-South." + "text": "$(item)菱形交叉铁轨$()可使矿车向东西或南北两个方向行驶。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/elevator_switch.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/elevator_switch.json index 11ada4332e25..e9cbb9b36985 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/elevator_switch.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/elevator_switch.json @@ -1,11 +1,11 @@ { - "name": "Elevator Switch Rail", + "name": "升降尖轨", "icon": "transport:elevator_switch_rail", "category": "rails", "pages": [ { "type": "text", - "text": "The $(item)Elevator Switch Rail$() does...something. I don't really understand it." + "text": "$(item)升降尖轨$()可以做点……事情。我确实不太理解它。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/holding_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/holding_rail.json index 1c7d27219a4b..87bc729f1221 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/holding_rail.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/holding_rail.json @@ -1,11 +1,11 @@ { - "name": "Holding Rail", + "name": "保持铁轨", "icon": "transport:holding_rail", "category": "rails", "pages": [ { "type": "text", - "text": "The $(item)Holding Rail$() stops carts when unpowered. When powered, it acts like a booster track and will set the cart moving in the direction that the track is facing." + "text": "$(item)保持铁轨$()未充能时会停止矿车。充能时,它就充当了加速铁轨,让矿车以轨道面向的方向移动。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/scaffold_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/scaffold_rail.json index b3f41585f30b..b5dee3de79e6 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/scaffold_rail.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/scaffold_rail.json @@ -1,11 +1,11 @@ { - "name": "Scaffolding Rail", + "name": "脚手架铁轨", "icon": "transport:scaffolding_rail", "category": "rails", "pages": [ { "type": "text", - "text": "The $(item)Scaffolding Rail$() brings its own support to the party, and can be placed in mid air. When placed, it will place a $(item)Scaffolding Slab$() underneath itself automagically. Note: $(item)Scaffolding Slabs$() generally follow the placement rules of scaffolding blocks" + "text": "$(item)脚手架铁轨$()自带支撑,且可以放在半空中。放置后,它会神奇的自动在其下方放置一个$(item)脚手架台阶$()。注:$(item)脚手架台阶$()脚手架方块的放置规则大体相同。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/switch_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/switch_rail.json index 53befa956c68..558f856a6d9c 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/switch_rail.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/switch_rail.json @@ -1,11 +1,11 @@ { - "name": "Switch Rail", + "name": "尖轨", "icon": "transport:switch_rail", "category": "rails", "pages": [ { "type": "text", - "text": "The $(item)Switch Rail$() sends carts straight on by default. When activated by a $(thing)Point Machine$() it will divert carts onto the perpendicular track." + "text": "$(item)尖轨$()默认让矿车以直线通过。当被$(thing)转辙机$()激活时,它会让矿车转到垂直的轨道。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/timed_holding_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/timed_holding_rail.json index c84a73b12364..e8131be29620 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/timed_holding_rail.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/timed_holding_rail.json @@ -1,11 +1,11 @@ { - "name": "Timed Holding Rail", + "name": "定时保持铁轨", "icon": "transport:timed_holding_rail", "category": "rails", "pages": [ { "type": "text", - "text": "The $(item)Timed Holding Rail$() stops carts for a period of time depending on which setting is active (~1/2 second, 5 seconds, 50 seconds, 500 seconds). When powered, this timer does not progress. Once the timer is complete, it acts like a booster track and will set the cart moving in the direction that the track is facing." + "text": "$(item)定时保持铁轨$()在一段时间内停止矿车,时间取决于当前的设置(~1/2 秒、5 秒、50 秒、500 秒)。充能时,计时器不会走时。一旦计时器走完,它就充当了加速铁轨,让矿车以轨道面向的方向移动。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/wye_switch_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/wye_switch_rail.json index 68bfe532c84a..c0aabe66eaec 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/wye_switch_rail.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/wye_switch_rail.json @@ -1,11 +1,11 @@ { - "name": "Wye Switch Rail", + "name": "Y形尖轨", "icon": "transport:wye_switch_rail", "category": "rails", "pages": [ { "type": "text", - "text": "The $(item)Wye Switch Rail$() sends carts left by default. When activated by a $(thing)Point Machine$() it will divert carts to the right." + "text": "$(item)Y 形尖轨$()默认让矿车向左转弯。当被$(thing)转辙机$()激活时,它会使矿车向右转弯。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/assorted_routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/assorted_routing.json index 526d13f1f019..48417a965a84 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/assorted_routing.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/assorted_routing.json @@ -1,19 +1,19 @@ { - "name": "Assorted Routing", + "name": "分类路线规划", "icon": "minecraft:written_book", "category": "routing", "pages": [ { "type": "text", - "text": "When a COMPARATOR Routing is used, the Minecart will only divert if minecart's signal would be greater than the input $(br2) ROUTING {$(br) COMPARATOR {$(br) 10$(br) }$(br)}" + "text": "当使用比较器(COMPARATOR)路线规划时,矿车只会在其信号大于输入时变道。 $(br2) ROUTING {$(br) COMPARATOR {$(br) 10$(br) }$(br)}" }, { "type": "text", - "text": "When a RIDER Routing is used, the Minecart will only divert if the number of riders in the minecart would be greater than the input $(br2) ROUTING {$(br) RIDERS {$(br) 0$(br) }$(br)}" + "text": "当使用骑乘者(RIDER)路线规划时,矿车只会在其骑乘者数量大于输入时变道。 $(br2) ROUTING {$(br) RIDERS {$(br) 0$(br) }$(br)}" }, { "type": "text", - "text": "When a NAME Routing is used, the Minecart will only divert if the name of the minecart matches any of the names give. A name can be given to a minecart with an anvil $(br2) ROUTING {$(br) NAME{$(br) \"HOME\"$(br) \"MINE\"$(br) }$(br)}" + "text": "当使用骑乘者名称(NAME)路线规划时,矿车只会在其名称与任何给出名称相符时变道。矿车的名称可以用铁砧给予。 $(br2) ROUTING {$(br) NAME{$(br) \"HOME\"$(br) \"MINE\"$(br) }$(br)}" } ] } \ No newline at end of file diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/basics.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/basics.json index 094393211f7a..14736c4ff02a 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/basics.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/basics.json @@ -1,5 +1,5 @@ { - "name": "Basics of Routing", + "name": "路线规划基础", "icon": "minecraft:written_book", "category": "routing", "sortnum": -1, @@ -7,11 +7,11 @@ "pages": [ { "type": "text", - "text": "With writing a Routing book, you first need a need to get a Book and Quill. Note: You can have fill a book with multiple pages of routing, only the active page will affect the routing." + "text": "你首先需要获得书与笔才能编写路线规划书。注:你可以在书中写下很多页的路线规划,只有翻开的页面会影响路线。" }, { "type": "text", - "text": "The rules of formatting include: $(li) All Pages must start with `ROUTING {` and end with '}'$() $(li) Methods also have { on the same line as the name, and each each input starting on their own line. $() $(li)String variables should being and end with quotes$()" + "text": "格式规范包括:$(li)所有的页面必须以 `ROUTING {` 开始,并以 '}'$() $(li) 结尾。方法也需要 { 和名称在同一行,且每一个输入都要新开一行。$() $(li)字符串变量的开头和结尾需要加上引号$()。" } ] } diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/boolean_routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/boolean_routing.json index 4eadfc943114..5988f90dcf11 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/boolean_routing.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/boolean_routing.json @@ -1,15 +1,15 @@ { - "name": "Boolean Routing", + "name": "布尔路线规划", "icon": "minecraft:written_book", "category": "routing", "pages": [ { "type": "text", - "text": "When a True Routing is used, the Minecart will always divert $(br2) ROUTING {$(br) TRUE {$(br) }$(br)}" + "text": "当使用真(True)路线规划时,矿车永远都会变道。 $(br2) ROUTING {$(br) TRUE {$(br) }$(br)}" }, { "type": "text", - "text": "When a False Routing is used, the Minecart will never divert $(br2) ROUTING {$(br) FALSE {$(br) }$(br)}" + "text": "当使用假(False)路线规划时,矿车永远都不会变道。 $(br2) ROUTING {$(br) FALSE {$(br) }$(br)}" } ] } diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/logic_routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/logic_routing.json index 3210e71dd385..29d1ca8dacca 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/logic_routing.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/logic_routing.json @@ -1,19 +1,19 @@ { - "name": "Logic Routing", + "name": "逻辑路线规划", "icon": "minecraft:written_book", "category": "routing", "pages": [ { "type": "text", - "text": "When an AND Routing is used, the Minecart will only divert if all routing inputs would divert $(br2) ROUTING {$(br) AND {$(br) TRUE {$(br) }$(br) TRUE {$(br) }$(br) }$(br)}" + "text": "当使用与(AND)路线规划时,矿车只有在所有路线输入都为变道时才变道。 $(br2) ROUTING {$(br) AND {$(br) TRUE {$(br) }$(br) TRUE {$(br) }$(br) }$(br)}" }, { "type": "text", - "text": "When an OR Routing is used, the Minecart will divert as only as any routing input would divert $(br2) ROUTING {$(br) OR {$(br) TRUE {$(br) }$(br) FALSE {$(br) }$(br) }$(br)}" + "text": "当使用或(OR)路线规划时,矿车只要有路线输入为变道就会变道。 $(br2) ROUTING {$(br) OR {$(br) TRUE {$(br) }$(br) FALSE {$(br) }$(br) }$(br)}" }, { "type": "text", - "text": "When a NOT Routing is used, the Minecart will divert as only if the single routing input would not divert $(br2) ROUTING {$(br) NOT {$(br) FALSE {$(br) }$(br) }$(br)}" + "text": "当使用非(NOT)路线规划时,矿车只有在单个路线输入为不变道时才会变道。 $(br2) ROUTING {$(br) NOT {$(br) FALSE {$(br) }$(br) }$(br)}" } ] } diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/time_routing.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/time_routing.json index 51506add5e1a..034ec9f7e961 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/time_routing.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/routing/time_routing.json @@ -1,15 +1,15 @@ { - "name": "Time Routing", + "name": "时间路线规划", "icon": "minecraft:written_book", "category": "routing", "pages": [ { "type": "text", - "text": "When a TIME Routing is used, the minecart will divert when the time of day is between the two input Strings. There are two formats to the strings. The first format matches a time of day: \"DAY\", \"NOON\", \"NIGHT\", \"MIDNIGHT\". The second matches \"00:00\", where it matches a clock time between 00:00 and 23:59" + "text": "当使用时间(TIME)路线规划时,矿车会在两个输入字符串之间的时间段变道。字符串有两个格式。第一个格式对应一天中的时间:\"DAY\"、\"NOON\"、\"NIGHT\"、\"MIDNIGHT\"。第二个对应 \"00:00\",代表 00:00 到 23:59 之间的时钟时间。" }, { "type": "text", - "text": "In the following example, a minecraft would divert during the times that villagers would be awake and active. $(br2)ROUTING {$(br) TIME {$(br) \"6:00\"$(br) \"18:00\"$(br) }$(br)}" + "text": "接下来的例子中,矿车将在村民醒着且活跃的时候变道。 $(br2)ROUTING {$(br) TIME {$(br) \"6:00\"$(br) \"18:00\"$(br) }$(br)}" } ] } From 804f1c68b109d9cd1ce6713a96bc70023f809106 Mon Sep 17 00:00:00 2001 From: RCqaq <1965716763@qq.com> Date: Fri, 15 Jul 2022 10:25:01 +0800 Subject: [PATCH 5/6] typo --- .../guide/zh_cn/entries/machines/module_configurator.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/module_configurator.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/module_configurator.json index 67f9314e0194..b0b85d5fd2b0 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/module_configurator.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/machines/module_configurator.json @@ -5,7 +5,7 @@ "pages": [ { "type": "text", - "text": "$(item)模块配置器$()可为你模块化矿车等模块化实体添加诸如货箱和引擎一类的模块。" + "text": "$(item)模块配置器$()可为你的模块化矿车和其它支持的实体添加诸如货箱和引擎一类的模块。" }, { "type": "crafting", From 579108902b1ca8f919dcea987a195c5db74795bf Mon Sep 17 00:00:00 2001 From: RCqaq <1965716763@qq.com> Date: Sat, 17 Dec 2022 09:56:25 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E5=B0=96=E8=BD=A8->=E8=BD=AC=E8=BE=99?= =?UTF-8?q?=E9=93=81=E8=BD=A8=EF=BC=9B=E4=BF=9D=E6=8C=81=E9=93=81=E8=BD=A8?= =?UTF-8?q?->=E6=89=A3=E7=95=99=E9=93=81=E8=BD=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1.16/assets/transport/transport/lang/zh_cn.json | 10 +++++----- .../point_machines/comparing_point_machine.json | 2 +- .../entries/point_machines/lever_point_machine.json | 2 +- .../entries/point_machines/redstone_point_machine.json | 2 +- .../entries/point_machines/routing_point_machine.json | 2 +- .../guide/zh_cn/entries/rails/holding_rail.json | 4 ++-- .../guide/zh_cn/entries/rails/switch_rail.json | 4 ++-- .../guide/zh_cn/entries/rails/timed_holding_rail.json | 4 ++-- .../guide/zh_cn/entries/rails/wye_switch_rail.json | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/projects/1.16/assets/transport/transport/lang/zh_cn.json b/projects/1.16/assets/transport/transport/lang/zh_cn.json index 78a2c5c52883..6a827b454ffa 100644 --- a/projects/1.16/assets/transport/transport/lang/zh_cn.json +++ b/projects/1.16/assets/transport/transport/lang/zh_cn.json @@ -3,20 +3,20 @@ "block.transport.buoy": "浮标", "block.transport.diamond_crossing_rail": "菱形交叉铁轨", "block.transport.dock": "码头", - "block.transport.elevator_switch_rail": "升降尖轨", + "block.transport.elevator_switch_rail": "升降转辙铁轨", "block.transport.elevator_switch_support": "升降支撑", "block.transport.energy_loader": "能量装载器", "block.transport.fluid_loader": "流体装载器", - "block.transport.holding_rail": "保持铁轨", + "block.transport.holding_rail": "扣留铁轨", "block.transport.item_loader": "物品装载器", "block.transport.module_configurator": "模块配置器", "block.transport.rail_workers_bench": "铁路工人工作台", "block.transport.scaffolding_rail": "脚手架铁轨", "block.transport.scaffolding_slab": "脚手架台阶", "block.transport.steam": "蒸汽", - "block.transport.switch_rail": "尖轨", - "block.transport.timed_holding_rail": "定时保持铁轨", - "block.transport.wye_switch_rail": "Y形尖轨", + "block.transport.switch_rail": "转辙铁轨", + "block.transport.timed_holding_rail": "定时扣留铁轨", + "block.transport.wye_switch_rail": "Y形转辙铁轨", "cargo.transport.empty": "空", "cargo.transport.energy": "能量存储", "cargo.transport.fluid": "流体储罐", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/comparing_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/comparing_point_machine.json index d8a92cde8ecd..f4ba2de286ec 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/comparing_point_machine.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/comparing_point_machine.json @@ -5,7 +5,7 @@ "pages": [ { "type": "text", - "text": "比较转辙机由一个输入端对着尖轨的比较器组成。如果比较器的模式为比较,当矿车的信号大于等于比较器输入时,尖轨就会变道;如果模式为减法,当矿车的信号小于比较器输入时,尖轨就会变道。注:不是所有矿车都对比较器有反应。" + "text": "比较转辙机由一个输入端对着转辙铁轨的比较器组成。如果比较器的模式为比较,当矿车的信号大于等于比较器输入时,转辙铁轨就会变道;如果模式为减法,当矿车的信号小于比较器输入时,转辙铁轨就会变道。注:不是所有矿车都对比较器有反应。" }, { "type": "multiblock", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/lever_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/lever_point_machine.json index 8fc8a9fb0ece..eb77bbce5a95 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/lever_point_machine.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/lever_point_machine.json @@ -5,7 +5,7 @@ "pages": [ { "type": "text", - "text": "拉杆转辙机由一个面向尖轨放置的拉杆组成。如果拉杆指向尖轨,尖轨就会变道。" + "text": "拉杆转辙机由一个面向转辙铁轨放置的拉杆组成。如果拉杆指向转辙铁轨,转辙铁轨就会变道。" }, { "type": "multiblock", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/redstone_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/redstone_point_machine.json index 3e8d9ec62990..80cf9c7cf954 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/redstone_point_machine.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/redstone_point_machine.json @@ -5,7 +5,7 @@ "pages": [ { "type": "text", - "text": "红石转辙机由一个输出端对着尖轨的的红石中继器组成。如果中继器被充能,尖轨就会变道。" + "text": "红石转辙机由一个输出端对着转辙铁轨的的红石中继器组成。如果中继器被充能,转辙铁轨就会变道。" }, { "type": "multiblock", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/routing_point_machine.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/routing_point_machine.json index 3c60cc3a5157..9c2b53e9beb5 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/routing_point_machine.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/point_machines/routing_point_machine.json @@ -5,7 +5,7 @@ "pages": [ { "type": "text", - "text": "路线转辙机由一个面向尖轨的讲台组成。讲台上的书可以写有路线指示。查看$(l:routing/basics)路线规划基础$()获得更多信息。" + "text": "路线转辙机由一个面向转辙铁轨的讲台组成。讲台上的书可以写有路线指示。查看$(l:routing/basics)路线规划基础$()获得更多信息。" }, { "type": "multiblock", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/holding_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/holding_rail.json index 87bc729f1221..1c7d34f5c14e 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/holding_rail.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/holding_rail.json @@ -1,11 +1,11 @@ { - "name": "保持铁轨", + "name": "扣留铁轨", "icon": "transport:holding_rail", "category": "rails", "pages": [ { "type": "text", - "text": "$(item)保持铁轨$()未充能时会停止矿车。充能时,它就充当了加速铁轨,让矿车以轨道面向的方向移动。" + "text": "$(item)扣留铁轨$()未充能时会停止矿车。充能时,它就充当了加速铁轨,让矿车以轨道面向的方向移动。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/switch_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/switch_rail.json index 558f856a6d9c..1572c94d7752 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/switch_rail.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/switch_rail.json @@ -1,11 +1,11 @@ { - "name": "尖轨", + "name": "转辙铁轨", "icon": "transport:switch_rail", "category": "rails", "pages": [ { "type": "text", - "text": "$(item)尖轨$()默认让矿车以直线通过。当被$(thing)转辙机$()激活时,它会让矿车转到垂直的轨道。" + "text": "$(item)转辙铁轨$()默认让矿车以直线通过。当被$(thing)转辙机$()激活时,它会让矿车转到垂直的轨道。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/timed_holding_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/timed_holding_rail.json index e8131be29620..05a273eaf866 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/timed_holding_rail.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/timed_holding_rail.json @@ -1,11 +1,11 @@ { - "name": "定时保持铁轨", + "name": "定时扣留铁轨", "icon": "transport:timed_holding_rail", "category": "rails", "pages": [ { "type": "text", - "text": "$(item)定时保持铁轨$()在一段时间内停止矿车,时间取决于当前的设置(~1/2 秒、5 秒、50 秒、500 秒)。充能时,计时器不会走时。一旦计时器走完,它就充当了加速铁轨,让矿车以轨道面向的方向移动。" + "text": "$(item)定时扣留铁轨$()在一段时间内停止矿车,时间取决于当前的设置(~1/2 秒、5 秒、50 秒、500 秒)。充能时,计时器不会走时。一旦计时器走完,它就充当了加速铁轨,让矿车以轨道面向的方向移动。" }, { "type": "crafting", diff --git a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/wye_switch_rail.json b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/wye_switch_rail.json index c0aabe66eaec..51103ae4ddbd 100644 --- a/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/wye_switch_rail.json +++ b/projects/1.16/assets/transport/transport/patchouli_books/guide/zh_cn/entries/rails/wye_switch_rail.json @@ -1,11 +1,11 @@ { - "name": "Y形尖轨", + "name": "Y形转辙铁轨", "icon": "transport:wye_switch_rail", "category": "rails", "pages": [ { "type": "text", - "text": "$(item)Y 形尖轨$()默认让矿车向左转弯。当被$(thing)转辙机$()激活时,它会使矿车向右转弯。" + "text": "$(item)Y 形转辙铁轨$()默认让矿车向左转弯。当被$(thing)转辙机$()激活时,它会使矿车向右转弯。" }, { "type": "crafting",