From cc034ce80dd5aca2243e3a615105c6980a004544 Mon Sep 17 00:00:00 2001 From: dovisutu <40313014+dovisutu@users.noreply.github.com> Date: Sun, 18 Dec 2022 11:58:31 +0800 Subject: [PATCH 1/5] Initialize org files --- .../littlelogistics/lang/en_us.json | 69 +++++++++++++++++++ .../patchouli_books/guide/book.json | 10 +++ .../guide/en_us/categories/blocks.json | 5 ++ .../guide/en_us/categories/items.json | 5 ++ .../guide/en_us/categories/vessels.json | 5 ++ .../guide/en_us/entries/chest_barge.json | 19 +++++ .../en_us/entries/chunk_loader_barge.json | 19 +++++ .../guide/en_us/entries/docks.json | 23 +++++++ .../guide/en_us/entries/energy_tug.json | 19 +++++ .../guide/en_us/entries/fishing_barge.json | 19 +++++ .../guide/en_us/entries/fluid_barge.json | 18 +++++ .../guide/en_us/entries/fluid_hopper.json | 12 ++++ .../guide/en_us/entries/seater_barge.json | 18 +++++ .../guide/en_us/entries/spring.json | 12 ++++ .../guide/en_us/entries/steam_tug.json | 19 +++++ .../guide/en_us/entries/tug_guide_rail.json | 12 ++++ .../guide/en_us/entries/tug_route.json | 16 +++++ .../guide/en_us/entries/vessel_charger.json | 12 ++++ .../en_us/entries/vessel_corner_rail.json | 16 +++++ .../guide/en_us/entries/vessel_detector.json | 12 ++++ 20 files changed, 340 insertions(+) create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/lang/en_us.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/book.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/categories/blocks.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/categories/items.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/categories/vessels.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/chest_barge.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/chunk_loader_barge.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/docks.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/energy_tug.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/fishing_barge.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/fluid_barge.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/fluid_hopper.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/seater_barge.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/spring.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/steam_tug.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/tug_guide_rail.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/tug_route.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/vessel_charger.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/vessel_corner_rail.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/vessel_detector.json diff --git a/projects/1.16/assets/little-logistics/littlelogistics/lang/en_us.json b/projects/1.16/assets/little-logistics/littlelogistics/lang/en_us.json new file mode 100644 index 000000000000..65ad1c9229ea --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/lang/en_us.json @@ -0,0 +1,69 @@ +{ + "item.littlelogistics.tug": "Steam Tug", + "item.littlelogistics.barge": "Chest Barge", + "item.littlelogistics.chunk_loader_barge": "Chunk Loader Barge", + "item.littlelogistics.seater_barge": "Seater Barge", + "item.littlelogistics.fishing_barge": "Auto-Fishing Barge", + "item.littlelogistics.spring": "Vessel Chain", + "item.littlelogistics.tug_route": "Tug Route", + "item.littlelogistics.energy_tug": "Energy Tug", + "item.littlelogistics.fluid_barge": "Fluid Tank Barge", + + + "entity.littlelogistics.tug": "Steam Tug", + "entity.littlelogistics.barge": "Chest Barge", + "entity.littlelogistics.chunk_loader_barge": "Chunk Loader Barge", + "entity.littlelogistics.fishing_barge": "Auto-Fishing Barge", + "entity.littlelogistics.spring": "Vessel Chain", + "entity.littlelogistics.energy_tug": "Energy Tug", + "entity.littlelogistics.fluid_barge": "Fluid Tank Barge", + "entity.littlelogistics.seater_barge": "Seater Barge", + + "block.littlelogistics.tug_dock": "Tug Dock", + "block.littlelogistics.barge_dock": "Barge Dock", + "block.littlelogistics.guide_rail_tug": "Tug Guide Rail", + "block.littlelogistics.guide_rail_corner": "Vessel Corner Guide Rail", + "block.littlelogistics.vessel_charger": "Vessel Charger", + "block.littlelogistics.fluid_hopper": "Fluid Hopper", + "block.littlelogistics.vessel_detector": "Vessel Detector", + + "screen.littlelogistics.tug": "Steam Tug", + "screen.littlelogistics.fishing_barge": "Auto-Fishing Barge", + "screen.littlelogistics.energy_tug": "Energy Tug", + "screen.littlelogistics.energy_tug.energy": "%s/%s FE", + + "screen.littlelogistics.tug_route": "Tug Route Configurator", + "screen.littlelogistics.tug_route.rename_button": "Rename node", + "screen.littlelogistics.tug_route.up_button": "Move node up", + "screen.littlelogistics.tug_route.down_button": "Move node down", + "screen.littlelogistics.tug_route.delete_button": "Remove node", + + "screen.littlelogistics.tug_route.rename": "Renaming %s", + "screen.littlelogistics.tug_route.confirm": "Save", + + "item.littlelogistics.tug_route.description": "Right click to add node at the end of the route, right click at the same location to remove. Shift right click to bring up menu.", + "item.littlelogistics.tug_route.num_nodes": "Route Nodes: %s", + "item.littlelogistics.tug_route.added": "Added Route Node X:%s Z:%s", + "item.littlelogistics.tug_route.removed": "Removed Route Node X:%s Z:%s", + "item.littlelogistics.tug_route.node": "%s. Node", + "item.littlelogistics.tug_route.node_named": "%s. %s", + "item.littlelogistics.tug_route.node_line": "Node %s: %s, %s", + "item.littlelogistics.spring.description": "Used to link barges/tugs", + "item.littlelogistics.spring.notToSelf": "Can't link vessel to self", + "item.littlelogistics.spring.noTwoTugs": "Can't link two tugs", + "item.littlelogistics.spring.tooFar": "Vessels too far to link", + "item.littlelogistics.spring.noLoops": "Can't link vessels in a loop", + "item.littlelogistics.fishing_barge.description": "For best yield, use on long routes in deep and open water", + + "item.littlelogistics.creative_capacitor": "Creative Capacitor", + + "block.littlelogistics.vessel_charger.capacity": "%s/%s FE", + "block.littlelogistics.fluid_hopper.capacity": "%s %s/%s mB", + "block.littlelogistics.fluid_hopper.capacity_empty": "Empty 0/%s mB", + "entity.littlelogistics.fluid_barge.capacity": "%s %s/%s mB", + "entity.littlelogistics.fluid_barge.capacity_empty": "Empty 0/%s mB", + + "subtitle.littlelogistics.steam_tug_whistle": "Steam tug whistles", + "subtitle.littlelogistics.tug_docking": "Tug boat docks", + "subtitle.littlelogistics.tug_undocking": "Tug boat undocks" +} diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/book.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/book.json new file mode 100644 index 000000000000..521578d0abae --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/book.json @@ -0,0 +1,10 @@ +{ + "name": "Little Logistics Guide", + "landing_text": "A short tutorial on Little Logistics! Visit the $(l:https://littlelogistics.murad.dev)online guide$() for video instructions.", + "version": 1, + "creative_tab": "transportation", + "show_toasts ": false, + "show_progress": false, + "book_texture": "patchouli:textures/gui/book_red.png", + "model": "littlelogistics:book" +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/categories/blocks.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/categories/blocks.json new file mode 100644 index 000000000000..26814033f444 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/categories/blocks.json @@ -0,0 +1,5 @@ +{ + "name": "Blocks", + "description": "There are two types of blocks: docks and guide rails. Docks can be used to load/unload vessels; guide rails should be used around narrow waterways, to prevent the vessels from getting stuck.", + "icon": "littlelogistics:tug_dock" +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/categories/items.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/categories/items.json new file mode 100644 index 000000000000..3c18a1adb93e --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/categories/items.json @@ -0,0 +1,5 @@ +{ + "name": "Items", + "description": "Visit the $(l:https://littlelogistics.murad.dev)online guide$() for video instructions on how to use items.", + "icon": "littlelogistics:tug_route" +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/categories/vessels.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/categories/vessels.json new file mode 100644 index 000000000000..99a5f0e1f217 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/categories/vessels.json @@ -0,0 +1,5 @@ +{ + "name": "Vessels", + "description": "There are two types of vessels: Barges (that can do all sorts of useful things), and Tugs (that drag the barges). If vessels get stuck, they can be moved slightly using fishing rods (just like other entities). Tugs can also be dragged with leads. Be sure to use $(l:vessel_corner_rail)corner rails$() on sharp corner to prevent vessels from getting stuck.", + "icon": "littlelogistics:tug" +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/chest_barge.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/chest_barge.json new file mode 100644 index 000000000000..ed40ad1cb9d2 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/chest_barge.json @@ -0,0 +1,19 @@ +{ + "name": "Chest Barge", + "icon": "littlelogistics:barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:barge", + "scale": 0.6, + "offset": 0.5, + "text": "A simple barge that holds items, similar to chest minecart." + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:barge", + "text": "The barge must be docked and part of a tug-train to interface with hoppers." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/chunk_loader_barge.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/chunk_loader_barge.json new file mode 100644 index 000000000000..3e9c32481ff8 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/chunk_loader_barge.json @@ -0,0 +1,19 @@ +{ + "name": "Chunk Loader Barge", + "icon": "littlelogistics:chunk_loader_barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:chunk_loader_barge", + "scale": 0.6, + "offset": 0.5, + "text": "This barge keeps 3x3 area of chunks, centered on the entity, loaded." + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:chunk_loader_barge", + "text": "Recommended for long-distance routes." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/docks.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/docks.json new file mode 100644 index 000000000000..7bc33f9b94fd --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/docks.json @@ -0,0 +1,23 @@ +{ + "name": "Docks", + "icon": "littlelogistics:tug_dock", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:text", + "text": "There are two dock blogs: barge and tug. The tug block must always be present for the barge docks to work. The top texture of the tug dock must be aligned with the barge docks, forming a continuous line of docks. Powering the tug dock forces the vessels to dock. The dock line should be next to a 1 block wide canal, wider canals can prevent the vessels from docking properly." + }, + { + "type": "patchouli:crafting", + "title": "Tug Dock", + "recipe": "littlelogistics:tug_dock", + "text": "The tug dock can only insert into the tug (orange/output mode), place a hopper on top of the dock to extract. Shift right-click the tug dock to flip the dock direction. See the next page for barge dock >>>" + }, + { + "type": "patchouli:crafting", + "title": "Barge Dock", + "recipe": "littlelogistics:barge_dock", + "text": "The barge docks can both output (orange mode) and input (blue mode) to/from the barges, shift-right click to switch the mode. Place a hopper underneath the barge's path to extract resources." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/energy_tug.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/energy_tug.json new file mode 100644 index 000000000000..10b733ffd282 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/energy_tug.json @@ -0,0 +1,19 @@ +{ + "name": "Energy Tug", + "icon": "littlelogistics:energy_tug", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:energy_tug", + "scale": 0.4, + "offset": 0.5, + "text": "A tugboat powered by Forge Energy, can be charged when docked with a $(l:vessel_charger)Vessel Charger$()." + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:energy_tug", + "text": "The tug has an extra slot for a capacitor, this is useful if the tug ran out of energy mid-way and needs to be recharged." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/fishing_barge.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/fishing_barge.json new file mode 100644 index 000000000000..9e9a212321e7 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/fishing_barge.json @@ -0,0 +1,19 @@ +{ + "name": "Auto-Fishing Barge", + "icon": "littlelogistics:fishing_barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:fishing_barge", + "scale": 0.6, + "offset": 0.5, + "text": "Performs fishing passively, uses vanilla fishing rod loot table." + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:fishing_barge", + "text": "Needs to be in open water for nets to be deployed. Use on long routes in open oceans to avoid \"shallow water\" and \"overfishing\" penalties." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/fluid_barge.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/fluid_barge.json new file mode 100644 index 000000000000..5ef7fb4de3f0 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/fluid_barge.json @@ -0,0 +1,18 @@ +{ + "name": "Fluid Barge", + "icon": "littlelogistics:fluid_barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:fluid_barge", + "scale": 0.6, + "offset": 0.5, + "text": "Use this barge to transport fluids, can be loaded with a $(l:fluid_hopper)Fluid Hopper$()." + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:fluid_barge" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/fluid_hopper.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/fluid_hopper.json new file mode 100644 index 000000000000..acd90ae1e155 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/fluid_hopper.json @@ -0,0 +1,12 @@ +{ + "name": "Fluid Hopper", + "icon": "littlelogistics:fluid_hopper", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:fluid_hopper", + "text": "A hopper but for fluids, can import from the top and export from the sides. Can be loaded by right-clicking with buckets. Can be used to load/unload vessels using $(l:docks)Docks$()." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/seater_barge.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/seater_barge.json new file mode 100644 index 000000000000..b44cff598ac8 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/seater_barge.json @@ -0,0 +1,18 @@ +{ + "name": "Seater Barge", + "icon": "littlelogistics:seater_barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:seater_barge", + "scale": 0.6, + "offset": 0.5, + "text": "A simple barge that seats one player." + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:seater_barge" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/spring.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/spring.json new file mode 100644 index 000000000000..feb0139e2149 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/spring.json @@ -0,0 +1,12 @@ +{ + "name": "Vessel Chain", + "icon": "littlelogistics:spring", + "category": "littlelogistics:items", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:spring", + "text": "Used to link vessels together. Right click vessels in order to create a “vessel train”. A train can only have one tugboat and cannot have loops. Will break if vessels are more than 20 blocks apart." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/steam_tug.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/steam_tug.json new file mode 100644 index 000000000000..f5e83a179d8e --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/steam_tug.json @@ -0,0 +1,19 @@ +{ + "name": "Steam Tug", + "icon": "littlelogistics:tug", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:tug", + "scale": 0.4, + "offset": 0.5, + "text": "A basic tugboat that can operate on any furnace fuel." + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:tug", + "text": "Fuel can be loaded with hoppers placed on top of tug docks." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/tug_guide_rail.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/tug_guide_rail.json new file mode 100644 index 000000000000..ae61206fab28 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/tug_guide_rail.json @@ -0,0 +1,12 @@ +{ + "name": "Tug Guide Rail", + "icon": "littlelogistics:guide_rail_tug", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:guide_rail_tug", + "text": "Place under a block of water, works similar to vanilla powered rail. Can be used to force the tug to take a specific route. Does not affect barges. Shift-right-click to rotate." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/tug_route.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/tug_route.json new file mode 100644 index 000000000000..ad6a75e54db6 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/tug_route.json @@ -0,0 +1,16 @@ +{ + "name": "Tug Route", + "icon": "littlelogistics:tug_route", + "category": "littlelogistics:items", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:tug_route", + "text": "This item stores a route for the tug. When the item is placed in the tug’s route slot, the tug will follow the route in order from node 0." + }, + { + "type": "patchouli:text", + "text": "Right click at any coordinate to add a node to the back of the tug route (cannot add to the middle). Right click at the location of any existing node to remove it. The nodes will be indicated with beams when the item is held in the main hand." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/vessel_charger.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/vessel_charger.json new file mode 100644 index 000000000000..55c06206b897 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/vessel_charger.json @@ -0,0 +1,12 @@ +{ + "name": "Vessel Charger", + "icon": "littlelogistics:vessel_charger", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:vessel_charger", + "text": "A charger for $(l:energy_tug)Energy Tug$(), connect to any forge energy cable to add power to the charger. Place on top of a dock to charge the vessel when docking." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/vessel_corner_rail.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/vessel_corner_rail.json new file mode 100644 index 000000000000..e12b58708e78 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/vessel_corner_rail.json @@ -0,0 +1,16 @@ +{ + "name": "Vessel Corner Guide Rail", + "icon": "littlelogistics:guide_rail_corner", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:guide_rail_corner", + "text": "Assists vessels around sharp corners, should always be used on sharp corners or near entrances to narrow waterways (such as those for docks). Affects both tugs and barges. Shift-right-click to flip direction." + }, + { + "type": "patchouli:text", + "text": "Must not have a full solid block directly on top (i.e. no stone, planks etc. fence posts, signs etc OK)." + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/vessel_detector.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/vessel_detector.json new file mode 100644 index 000000000000..ca068c83da38 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/en_us/entries/vessel_detector.json @@ -0,0 +1,12 @@ +{ + "name": "Vessel Detector", + "icon": "littlelogistics:vessel_detector", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:vessel_detector", + "text": "Emits a redstone signal when a vessel is within 3 blocks in a given direction. Needs a straight line of water." + } + ] +} \ No newline at end of file From 68d554be439ddf5fff5156e677f443174af3e13e Mon Sep 17 00:00:00 2001 From: dovisutu <40313014+dovisutu@users.noreply.github.com> Date: Sun, 18 Dec 2022 12:09:12 +0800 Subject: [PATCH 2/5] cp 1.18 to 1.16 --- .../littlelogistics/lang/zh_cn.json | 93 +++++++++++++++++++ .../guide/zh_cn/categories/blocks.json | 5 + .../guide/zh_cn/categories/items.json | 5 + .../guide/zh_cn/categories/trains.json | 5 + .../guide/zh_cn/categories/vessels.json | 5 + .../zh_cn/entries/auto_switch_rails.json | 23 +++++ .../guide/zh_cn/entries/chest_barge.json | 19 ++++ .../guide/zh_cn/entries/chest_car.json | 19 ++++ .../zh_cn/entries/chunk_loader_barge.json | 19 ++++ .../guide/zh_cn/entries/chunk_loader_car.json | 19 ++++ .../guide/zh_cn/entries/docking_rails.json | 23 +++++ .../guide/zh_cn/entries/docks.json | 23 +++++ .../zh_cn/entries/energy_locomotive.json | 19 ++++ .../guide/zh_cn/entries/energy_tug.json | 19 ++++ .../guide/zh_cn/entries/fishing_barge.json | 19 ++++ .../guide/zh_cn/entries/fluid_barge.json | 18 ++++ .../guide/zh_cn/entries/fluid_car.json | 18 ++++ .../guide/zh_cn/entries/fluid_hopper.json | 12 +++ .../guide/zh_cn/entries/loco_route.json | 16 ++++ .../guide/zh_cn/entries/rapid_hopper.json | 12 +++ .../guide/zh_cn/entries/seater_barge.json | 18 ++++ .../guide/zh_cn/entries/spring.json | 12 +++ .../guide/zh_cn/entries/steam_locomotive.json | 19 ++++ .../guide/zh_cn/entries/steam_tug.json | 19 ++++ .../guide/zh_cn/entries/switch_rails.json | 23 +++++ .../guide/zh_cn/entries/train_car.json | 19 ++++ .../guide/zh_cn/entries/tug_guide_rail.json | 12 +++ .../guide/zh_cn/entries/tug_route.json | 16 ++++ .../guide/zh_cn/entries/vessel_charger.json | 12 +++ .../zh_cn/entries/vessel_corner_rail.json | 16 ++++ .../guide/zh_cn/entries/vessel_detector.json | 12 +++ 31 files changed, 569 insertions(+) create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/blocks.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/items.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/trains.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/vessels.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/auto_switch_rails.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chest_barge.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chest_car.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chunk_loader_barge.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chunk_loader_car.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docking_rails.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docks.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_locomotive.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_tug.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fishing_barge.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_barge.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_car.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_hopper.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/loco_route.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/rapid_hopper.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/seater_barge.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/spring.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/steam_locomotive.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/steam_tug.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/switch_rails.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/train_car.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/tug_guide_rail.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/tug_route.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_charger.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_corner_rail.json create mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_detector.json diff --git a/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json b/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json new file mode 100644 index 000000000000..2fcf039d9521 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json @@ -0,0 +1,93 @@ +{ + "item.littlelogistics.tug": "蒸汽拖船", + "item.littlelogistics.barge": "运输驳船", + "item.littlelogistics.chunk_loader_barge": "区块加载驳船", + "item.littlelogistics.seater_barge": "载客驳船", + "item.littlelogistics.fishing_barge": "自动捕鱼驳船", + "item.littlelogistics.spring": "载具链条", + "item.littlelogistics.tug_route": "拖船航线配置器", + "item.littlelogistics.locomotive_route": "列车路线配置器", + "item.littlelogistics.energy_tug": "电力拖船", + "item.littlelogistics.fluid_barge": "储罐驳船", + "item.littlelogistics.fluid_car": "储罐车厢", + "item.littlelogistics.chest_car": "运输车厢", + "item.littlelogistics.chunk_loader_car": "区块加载车厢", + "item.littlelogistics.seater_car": "车厢", + "item.littlelogistics.steam_locomotive": "蒸汽机车", + "item.littlelogistics.energy_locomotive": "电力机车", + "item.littlelogistics.receiver_component": "无线接收器组件", + "item.littlelogistics.transmitter_component": "无线发信器组件", + "item.littlelogistics.conductors_wrench": "列车长扳手", + "entity.littlelogistics.tug": "蒸汽拖船", + "entity.littlelogistics.barge": "运输驳船", + "entity.littlelogistics.chunk_loader_barge": "区块加载驳船", + "entity.littlelogistics.fishing_barge": "自动捕鱼驳船", + "entity.littlelogistics.spring": "载具链条", + "entity.littlelogistics.energy_tug": "电力拖船", + "entity.littlelogistics.fluid_barge": "储罐驳船", + "entity.littlelogistics.seater_barge": "载客驳船", + "entity.littlelogistics.fluid_car": "储罐车厢", + "entity.littlelogistics.chest_car": "运输车厢", + "entity.littlelogistics.chunk_loader_car": "区块加载车厢", + "entity.littlelogistics.seater_car": "载客车厢", + "entity.littlelogistics.steam_locomotive": "蒸汽机车", + "entity.littlelogistics.energy_locomotive": "电力机车", + "block.littlelogistics.tug_dock": "拖船码头", + "block.littlelogistics.barge_dock": "驳船码头", + "block.littlelogistics.guide_rail_tug": "拖船导轨", + "block.littlelogistics.guide_rail_corner": "船舶转角导轨", + "block.littlelogistics.vessel_charger": "载具充能器", + "block.littlelogistics.fluid_hopper": "流体漏斗", + "block.littlelogistics.rapid_hopper": "快速漏斗", + "block.littlelogistics.vessel_detector": "载具传感器", + "block.littlelogistics.junction_rail": "交接铁轨", + "block.littlelogistics.switch_rail": "转辙铁轨", + "block.littlelogistics.automatic_switch_rail": "自动转辙铁轨", + "block.littlelogistics.tee_junction_rail": "T形转辙铁轨", + "block.littlelogistics.automatic_tee_junction_rail": "T形自动转辙铁轨", + "block.littlelogistics.locomotive_dock_rail": "机车装卸铁轨", + "block.littlelogistics.car_dock_rail": "车厢装卸铁轨", + "screen.littlelogistics.tug": "蒸汽拖船", + "screen.littlelogistics.fishing_barge": "自动捕鱼驳船", + "screen.littlelogistics.energy_tug": "电力拖船", + "screen.littlelogistics.energy_tug.energy": "%s/%s FE", + "screen.littlelogistics.tug_route": "拖船航线配置器", + "screen.littlelogistics.tug_route.rename_button": "重命名节点", + "screen.littlelogistics.tug_route.up_button": "上移节点", + "screen.littlelogistics.tug_route.down_button": "下移节点", + "screen.littlelogistics.tug_route.delete_button": "移除节点", + "screen.littlelogistics.tug_route.rename": "重命名%s", + "screen.littlelogistics.tug_route.confirm": "保存", + "screen.littlelogistics.locomotive.route": "已到达:", + "screen.littlelogistics.locomotive.on": "启动引擎", + "screen.littlelogistics.locomotive.off": "停止引擎", + "item.littlelogistics.tug_route.description": "右击将当前位置加入到航线末尾,在同一位置再次右击移除节点。潜行时右击打开配置菜单。", + "item.littlelogistics.tug_route.num_nodes": "节点数量:%s", + "item.littlelogistics.tug_route.added": "添加节点X:%s Z:%s", + "item.littlelogistics.tug_route.removed": "移除节点X:%s Z:%s", + "item.littlelogistics.tug_route.node": "%s. 节点", + "item.littlelogistics.tug_route.node_named": "%s. %s", + "item.littlelogistics.tug_route.node_line": "节点%s:%s, %s", + "item.littlelogistics.conductors_wrench.description": "用于旋转原版铁轨和配置本模组方块", + "item.littlelogistics.locomotive_route.description": "在铁轨上右击以将该位置加入/移出路线。", + "item.littlelogistics.locomotive_route.num_nodes": "节点数量:%s", + "item.littlelogistics.locomotive_route.added": "添加节点X:%s Y:%s Z:%s", + "item.littlelogistics.locomotive_route.removed": "移除节点X:%s Y:%s Z:%s", + "item.littlelogistics.spring.description": "用于连接载具", + "item.littlelogistics.spring.notToSelf": "不能将载具连接到自身", + "item.littlelogistics.spring.noTwoTugs": "不能连接两艘拖船", + "item.littlelogistics.spring.noTwoLoco": "不能连接两节机车", + "item.littlelogistics.spring.tooFar": "载具距离过远", + "item.littlelogistics.spring.noLoops": "不能将载具连成环状", + "item.littlelogistics.spring.badTypes": "不能将这两种载具相连!", + "item.littlelogistics.fishing_barge.description": "加长航线并在深且开阔的水域航行以获得最大产出", + "item.littlelogistics.creative_capacitor": "创造模式电容器", + "block.littlelogistics.vessel_charger.capacity": "%s/%s FE", + "block.littlelogistics.fluid_hopper.capacity": "%s %s/%s mB", + "block.littlelogistics.fluid_hopper.capacity_empty": "空 0/%s mB", + "entity.littlelogistics.fluid_barge.capacity": "%s %s/%s mB", + "entity.littlelogistics.fluid_barge.capacity_empty": "空 0/%s mB", + "subtitle.littlelogistics.steam_tug_whistle": "蒸汽拖船:鸣笛", + "subtitle.littlelogistics.tug_docking": "拖船:停泊", + "subtitle.littlelogistics.tug_undocking": "拖船:驶离" +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/blocks.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/blocks.json new file mode 100644 index 000000000000..3354ce62cc33 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/blocks.json @@ -0,0 +1,5 @@ +{ + "name": "方块", + "description": "本模组共有两种方块:码头和导轨。码头用于向船舶装货或从船舶卸货,导轨则用在狭窄的水域以防止船舶卡住。", + "icon": "littlelogistics:tug_dock" +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/items.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/items.json new file mode 100644 index 000000000000..c9998c8dc5ae --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/items.json @@ -0,0 +1,5 @@ +{ + "name": "物品", + "description": "物品详细使用方式可参看$(l:https://littlelogistics.murad.dev)在线视频教程$()。", + "icon": "littlelogistics:tug_route" +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/trains.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/trains.json new file mode 100644 index 000000000000..478d4f8febcd --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/trains.json @@ -0,0 +1,5 @@ +{ + "name": "列车", + "description": "各类车厢与矿车类似,两者不同之处在于车厢可用$(l:spring)载具链条$()相连。每列列车最多只能有一节机车。", + "icon": "littlelogistics:steam_locomotive" +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/vessels.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/vessels.json new file mode 100644 index 000000000000..511cd4c1ebee --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/vessels.json @@ -0,0 +1,5 @@ +{ + "name": "船舶", + "description": "本模组共有两种船舶:驳船(用于完成具体任务)和拖船(用于拖动驳船)。可用钓鱼竿挪开被卡住的船舶(和其他实体类似)。拖船也可用栓绳拖动。请务必在急转弯处使用$(l:vessel_corner_rail)船舶转角导轨$()以防止船舶卡住。", + "icon": "littlelogistics:tug" +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/auto_switch_rails.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/auto_switch_rails.json new file mode 100644 index 000000000000..f5c87c44cafd --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/auto_switch_rails.json @@ -0,0 +1,23 @@ +{ + "name": "自动转辙铁轨", + "icon": "littlelogistics:automatic_switch_rail", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:text", + "text": "这类转辙铁轨会在列车靠近时自动改变转辙方向。转辙方向由在当前循环下,$(l:loco_route)列车路线配置器$()中离列车最近的节点位置决定。" + }, + { + "type": "patchouli:crafting", + "title": "自动转辙铁轨", + "recipe": "littlelogistics:automatic_switch_rail", + "text": "在直行和左转/右转中自动切换。" + }, + { + "type": "patchouli:crafting", + "title": "T形自动转辙铁轨", + "recipe": "littlelogistics:automatic_tee_junction_rail", + "text": "在左转和右转中自动切换。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chest_barge.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chest_barge.json new file mode 100644 index 000000000000..51f6531e5234 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chest_barge.json @@ -0,0 +1,19 @@ +{ + "name": "运输驳船", + "icon": "littlelogistics:barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:barge", + "scale": 0.6, + "offset": 0.5, + "text": "一艘能装载物品的普通驳船,和运输矿车类似。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:barge", + "text": "该驳船需与拖船相连,并需在码头停泊以与漏斗交互。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chest_car.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chest_car.json new file mode 100644 index 000000000000..f7f1570bb03a --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chest_car.json @@ -0,0 +1,19 @@ +{ + "name": "运输车厢", + "icon": "littlelogistics:chest_car", + "category": "littlelogistics:trains", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:chest_car", + "scale": 0.6, + "offset": 0.5, + "text": "一节能装载物品的普通车厢,和运输矿车类似。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:chest_car", + "text": "该车厢需与机车相连,并需在装卸铁轨停车以与漏斗交互。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chunk_loader_barge.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chunk_loader_barge.json new file mode 100644 index 000000000000..f66fe1c8914d --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chunk_loader_barge.json @@ -0,0 +1,19 @@ +{ + "name": "区块加载驳船", + "icon": "littlelogistics:chunk_loader_barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:chunk_loader_barge", + "scale": 0.6, + "offset": 0.5, + "text": "该驳船会强制加载以自身为中心的3x3区块。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:chunk_loader_barge", + "text": "长途航线的必备驳船。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chunk_loader_car.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chunk_loader_car.json new file mode 100644 index 000000000000..768bf7532d7b --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chunk_loader_car.json @@ -0,0 +1,19 @@ +{ + "name": "区块加载车厢", + "icon": "littlelogistics:chunk_loader_car", + "category": "littlelogistics:trains", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:chunk_loader_car", + "scale": 0.6, + "offset": 0.5, + "text": "该车厢会强制加载以自身为中心的3x3区块。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:chunk_loader_car", + "text": "长途路线的必备车厢。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docking_rails.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docking_rails.json new file mode 100644 index 000000000000..8930f6107ca9 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docking_rails.json @@ -0,0 +1,23 @@ +{ + "name": "装卸铁轨", + "icon": "littlelogistics:locomotive_dock_rail", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:text", + "text": "共有两类装卸铁轨:机车装卸铁轨和车厢装卸铁轨。任何装卸站点中必须包含机车装卸铁轨,车厢装卸铁轨则在其后方依次排列。这些铁轨本身不具备物流功能,但它们会识别有无需要装卸的物品,并依此使列车停车等候。也可给予其红石信号强制停车。" + }, + { + "type": "patchouli:crafting", + "title": "机车装卸铁轨", + "recipe": "littlelogistics:locomotive_dock_rail", + "text": "机车装卸铁轨仅能向机车中输入物品(橙色/输出模式),在铁轨旁放置漏斗以输入。必须与机车行驶方向同向。车厢装卸铁轨参见下一页。" + }, + { + "type": "patchouli:crafting", + "title": "车厢装卸铁轨", + "recipe": "littlelogistics:car_dock_rail", + "text": "车厢装卸铁轨可对车厢输出(橙色模式)和从车厢提取(蓝色模式),潜行时右击以切换模式。在铁轨下放置漏斗以提取车厢内容物。" + } + ] +} diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docks.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docks.json new file mode 100644 index 000000000000..a68d81301713 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docks.json @@ -0,0 +1,23 @@ +{ + "name": "船舶码头", + "icon": "littlelogistics:tug_dock", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:text", + "text": "共有两类码头方块:驳船码头和拖船码头。任何码头中必须包含一个拖船码头方块。拖船码头和驳船码头所指方向必须一致,从而建成一座连缀的线形码头。这些码头本身不具备物流功能,但它们会识别有无需要装卸的物品,并依此使船舶停泊等候。也可给予红石信号强制停泊。" + }, + { + "type": "patchouli:crafting", + "title": "拖船码头", + "recipe": "littlelogistics:tug_dock", + "text": "拖船码头仅能向拖船中输入物品(橙色/输出模式),在码头上方放置漏斗以输入。潜行时右击以翻转码头方向。驳船码头参见下一页。" + }, + { + "type": "patchouli:crafting", + "title": "驳船码头", + "recipe": "littlelogistics:barge_dock", + "text": "驳船码头可对驳船输出(橙色模式)和从驳船提取(蓝色模式),潜行时右击以切换模式。在驳船航道下方放置漏斗以提取驳船内容物。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_locomotive.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_locomotive.json new file mode 100644 index 000000000000..c8a330f2b8fa --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_locomotive.json @@ -0,0 +1,19 @@ +{ + "name": "电力机车", + "icon": "littlelogistics:energy_locomotive", + "category": "littlelogistics:trains", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:energy_locomotive", + "scale": 0.4, + "offset": 0.5, + "text": "使用FE供能的机车,可在装卸铁轨停车时用$(l:vessel_charger)载具充能器$()充能。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:energy_locomotive", + "text": "这类机车有放置电容器的额外槽位,可有效防止行驶中途能量不足的情况出现。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_tug.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_tug.json new file mode 100644 index 000000000000..266dd3c5c8b3 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_tug.json @@ -0,0 +1,19 @@ +{ + "name": "电力拖船", + "icon": "littlelogistics:energy_tug", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:energy_tug", + "scale": 0.4, + "offset": 0.5, + "text": "使用FE供能的拖船,可在码头停泊时用$(l:vessel_charger)载具充能器$()充能。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:energy_tug", + "text": "这类拖船有放置电容器的额外槽位,可有效防止航行中途能量不足的情况出现。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fishing_barge.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fishing_barge.json new file mode 100644 index 000000000000..b3bbbf310fe8 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fishing_barge.json @@ -0,0 +1,19 @@ +{ + "name": "自动捕鱼驳船", + "icon": "littlelogistics:fishing_barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:fishing_barge", + "scale": 0.6, + "offset": 0.5, + "text": "在航行时自动捕鱼,使用原版钓鱼竿战利品表。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:fishing_barge", + "text": "只会在开阔水域放网。加长其航线以防水域过浅或过度捕捞导致的减产。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_barge.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_barge.json new file mode 100644 index 000000000000..87401e6d5e1f --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_barge.json @@ -0,0 +1,18 @@ +{ + "name": "储罐驳船", + "icon": "littlelogistics:fluid_barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:fluid_barge", + "scale": 0.6, + "offset": 0.5, + "text": "可用这类驳船运输流体,用$(l:fluid_hopper)流体漏斗$()装载或卸载。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:fluid_barge" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_car.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_car.json new file mode 100644 index 000000000000..17999e0a3bb5 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_car.json @@ -0,0 +1,18 @@ +{ + "name": "储罐车厢", + "icon": "littlelogistics:fluid_car", + "category": "littlelogistics:trains", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:fluid_car", + "scale": 0.6, + "offset": 0.5, + "text": "可用这类车厢运输流体,用$(l:fluid_hopper)流体漏斗$()装载或卸载。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:fluid_car" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_hopper.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_hopper.json new file mode 100644 index 000000000000..7969c553bf49 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_hopper.json @@ -0,0 +1,12 @@ +{ + "name": "流体漏斗", + "icon": "littlelogistics:fluid_hopper", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:fluid_hopper", + "text": "专为流体设计的漏斗,可从上方输入并向四周输出。手持桶右击装入流体。可用于给船舶和列车装载/卸载流体。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/loco_route.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/loco_route.json new file mode 100644 index 000000000000..30257307635e --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/loco_route.json @@ -0,0 +1,16 @@ +{ + "name": "列车路线配置器", + "icon": "littlelogistics:locomotive_route", + "category": "littlelogistics:items", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:locomotive_route", + "text": "该物品存储列车所需到访的目的地和路径点。列车总会向当前循环中还未到访的最近节点行驶。需与$(l:auto_switch_rails)自动转辙铁轨$()配合使用。" + }, + { + "type": "patchouli:text", + "text": "对铁路右击以将该位置加入/移出路线。与其他配置器合成以复制路线。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/rapid_hopper.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/rapid_hopper.json new file mode 100644 index 000000000000..ebb36617b965 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/rapid_hopper.json @@ -0,0 +1,12 @@ +{ + "name": "快速漏斗", + "icon": "littlelogistics:rapid_hopper", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:rapid_hopper", + "text": "和原版漏斗完全一样,但传输速度快上许多!" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/seater_barge.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/seater_barge.json new file mode 100644 index 000000000000..2e6e4c633ba2 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/seater_barge.json @@ -0,0 +1,18 @@ +{ + "name": "载客驳船", + "icon": "littlelogistics:seater_barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:seater_barge", + "scale": 0.6, + "offset": 0.5, + "text": "可容纳一位玩家的普通驳船。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:seater_barge" + } + ] +} diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/spring.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/spring.json new file mode 100644 index 000000000000..030e0c8d0cb9 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/spring.json @@ -0,0 +1,12 @@ +{ + "name": "载具链条", + "icon": "littlelogistics:spring", + "category": "littlelogistics:items", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:spring", + "text": "用于连接各类船舶和车厢。手持右击任意载具以开始连接。一列船舶/列车只能有至多一艘拖船/一节机车,并且不允许环状结构出现。若载具相距过远,链条就会断裂。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/steam_locomotive.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/steam_locomotive.json new file mode 100644 index 000000000000..2b88aa028c30 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/steam_locomotive.json @@ -0,0 +1,19 @@ +{ + "name": "蒸汽机车", + "icon": "littlelogistics:steam_locomotive", + "category": "littlelogistics:trains", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:steam_locomotive", + "scale": 0.4, + "offset": 0.5, + "text": "接受任何熔炉燃料的基础机车。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:steam_locomotive", + "text": "可在装卸铁轨上用漏斗输入燃料。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/steam_tug.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/steam_tug.json new file mode 100644 index 000000000000..bca5769a18d4 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/steam_tug.json @@ -0,0 +1,19 @@ +{ + "name": "蒸汽拖船", + "icon": "littlelogistics:tug", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:tug", + "scale": 0.4, + "offset": 0.5, + "text": "接受任何熔炉燃料的基础拖船。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:tug", + "text": "可在码头上用漏斗输入燃料。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/switch_rails.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/switch_rails.json new file mode 100644 index 000000000000..957c47fe0388 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/switch_rails.json @@ -0,0 +1,23 @@ +{ + "name": "转辙铁轨", + "icon": "littlelogistics:switch_rail", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:text", + "text": "这类转辙铁轨需要红石信号才会转辙。和探测铁轨相性极佳。" + }, + { + "type": "patchouli:crafting", + "title": "转辙铁轨", + "recipe": "littlelogistics:switch_rail", + "text": "在直行和左转/右转中切换。" + }, + { + "type": "patchouli:crafting", + "title": "T形转辙铁轨", + "recipe": "littlelogistics:tee_junction_rail", + "text": "在左转和右转中切换。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/train_car.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/train_car.json new file mode 100644 index 000000000000..e59756fdfabf --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/train_car.json @@ -0,0 +1,19 @@ +{ + "name": "载客车厢", + "icon": "littlelogistics:seater_car", + "category": "littlelogistics:trains", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:seater_car", + "scale": 0.6, + "offset": 0.5, + "text": "可容纳一位玩家或一个生物的普通车厢。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:seater_car", + "text": "和原版矿车一样,这类车厢可用激活铁轨强制卸客。" + } + ] +} diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/tug_guide_rail.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/tug_guide_rail.json new file mode 100644 index 000000000000..06fb99128285 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/tug_guide_rail.json @@ -0,0 +1,12 @@ +{ + "name": "拖船导轨", + "icon": "littlelogistics:guide_rail_tug", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:guide_rail_tug", + "text": "在一格深的水下放置,和原版动力铁轨类似。可用于强制规定拖船的航线,驳船不受其影响。潜行时右击以改变其方向。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/tug_route.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/tug_route.json new file mode 100644 index 000000000000..f405bc5602ae --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/tug_route.json @@ -0,0 +1,16 @@ +{ + "name": "拖船航线配置器", + "icon": "littlelogistics:tug_route", + "category": "littlelogistics:items", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:tug_route", + "text": "该物品存储拖船的航线。在装有该物品时,拖船会沿其储存的航线从0号节点开始依次到访各个节点。" + }, + { + "type": "patchouli:text", + "text": "在任意位置右击以将该位置加到航线末尾(不可插入航线中间)。在任意节点处右击以移除该节点。主手持有该物品时,所有节点处均会发出标识光柱。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_charger.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_charger.json new file mode 100644 index 000000000000..741da2a79037 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_charger.json @@ -0,0 +1,12 @@ +{ + "name": "载具充能器", + "icon": "littlelogistics:vessel_charger", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:vessel_charger", + "text": "$(l:energy_tug)电力拖船$()和$(l:energy_locomotive)电力机车$()的充能器,与任何FE导线相连以接收能量。放置于码头上方或装卸铁轨侧边以给载具充能。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_corner_rail.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_corner_rail.json new file mode 100644 index 000000000000..a3dc2dd9c368 --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_corner_rail.json @@ -0,0 +1,16 @@ +{ + "name": "船舶转角导轨", + "icon": "littlelogistics:guide_rail_corner", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:guide_rail_corner", + "text": "在急转弯处协助船舶转向,应在水道入口或狭窄水道的急转弯处使用(例如码头)。对拖船和驳船均有效。潜行时右击以改变方向。" + }, + { + "type": "patchouli:text", + "text": "其上不允许有完整方块(石头、木板一类不行,栅栏、告示牌可以)。" + } + ] +} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_detector.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_detector.json new file mode 100644 index 000000000000..0c07a770631c --- /dev/null +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_detector.json @@ -0,0 +1,12 @@ +{ + "name": "船舶传感器", + "icon": "littlelogistics:vessel_detector", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:vessel_detector", + "text": "有船舶处于给定方向3格以内时发出红石信号。其前方需要有一条直水道。" + } + ] +} \ No newline at end of file From c790cd1cd772c1ca9c58031b762171d7677631f7 Mon Sep 17 00:00:00 2001 From: dovisutu <40313014+dovisutu@users.noreply.github.com> Date: Sun, 18 Dec 2022 12:27:50 +0800 Subject: [PATCH 3/5] Twist backport --- .../littlelogistics/lang/zh_cn.json | 47 +++---------------- .../guide/zh_cn/categories/trains.json | 5 -- .../zh_cn/entries/auto_switch_rails.json | 23 --------- .../guide/zh_cn/entries/chest_car.json | 19 -------- .../guide/zh_cn/entries/chunk_loader_car.json | 19 -------- .../guide/zh_cn/entries/docking_rails.json | 23 --------- .../guide/zh_cn/entries/docks.json | 2 +- .../zh_cn/entries/energy_locomotive.json | 19 -------- .../guide/zh_cn/entries/energy_tug.json | 2 +- .../guide/zh_cn/entries/fluid_car.json | 18 ------- .../guide/zh_cn/entries/fluid_hopper.json | 2 +- .../guide/zh_cn/entries/loco_route.json | 16 ------- .../guide/zh_cn/entries/rapid_hopper.json | 12 ----- .../guide/zh_cn/entries/spring.json | 4 +- .../guide/zh_cn/entries/steam_locomotive.json | 19 -------- .../guide/zh_cn/entries/switch_rails.json | 23 --------- .../guide/zh_cn/entries/train_car.json | 19 -------- .../guide/zh_cn/entries/vessel_charger.json | 4 +- 18 files changed, 14 insertions(+), 262 deletions(-) delete mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/trains.json delete mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/auto_switch_rails.json delete mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chest_car.json delete mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chunk_loader_car.json delete mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docking_rails.json delete mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_locomotive.json delete mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_car.json delete mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/loco_route.json delete mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/rapid_hopper.json delete mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/steam_locomotive.json delete mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/switch_rails.json delete mode 100644 projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/train_car.json diff --git a/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json b/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json index 2fcf039d9521..53cfa5940269 100644 --- a/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json +++ b/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json @@ -6,47 +6,23 @@ "item.littlelogistics.fishing_barge": "自动捕鱼驳船", "item.littlelogistics.spring": "载具链条", "item.littlelogistics.tug_route": "拖船航线配置器", - "item.littlelogistics.locomotive_route": "列车路线配置器", "item.littlelogistics.energy_tug": "电力拖船", "item.littlelogistics.fluid_barge": "储罐驳船", - "item.littlelogistics.fluid_car": "储罐车厢", - "item.littlelogistics.chest_car": "运输车厢", - "item.littlelogistics.chunk_loader_car": "区块加载车厢", - "item.littlelogistics.seater_car": "车厢", - "item.littlelogistics.steam_locomotive": "蒸汽机车", - "item.littlelogistics.energy_locomotive": "电力机车", - "item.littlelogistics.receiver_component": "无线接收器组件", - "item.littlelogistics.transmitter_component": "无线发信器组件", - "item.littlelogistics.conductors_wrench": "列车长扳手", "entity.littlelogistics.tug": "蒸汽拖船", "entity.littlelogistics.barge": "运输驳船", "entity.littlelogistics.chunk_loader_barge": "区块加载驳船", "entity.littlelogistics.fishing_barge": "自动捕鱼驳船", - "entity.littlelogistics.spring": "载具链条", + "entity.littlelogistics.spring": "船舶链条", "entity.littlelogistics.energy_tug": "电力拖船", "entity.littlelogistics.fluid_barge": "储罐驳船", "entity.littlelogistics.seater_barge": "载客驳船", - "entity.littlelogistics.fluid_car": "储罐车厢", - "entity.littlelogistics.chest_car": "运输车厢", - "entity.littlelogistics.chunk_loader_car": "区块加载车厢", - "entity.littlelogistics.seater_car": "载客车厢", - "entity.littlelogistics.steam_locomotive": "蒸汽机车", - "entity.littlelogistics.energy_locomotive": "电力机车", "block.littlelogistics.tug_dock": "拖船码头", "block.littlelogistics.barge_dock": "驳船码头", "block.littlelogistics.guide_rail_tug": "拖船导轨", "block.littlelogistics.guide_rail_corner": "船舶转角导轨", - "block.littlelogistics.vessel_charger": "载具充能器", + "block.littlelogistics.vessel_charger": "船舶充能器", "block.littlelogistics.fluid_hopper": "流体漏斗", - "block.littlelogistics.rapid_hopper": "快速漏斗", - "block.littlelogistics.vessel_detector": "载具传感器", - "block.littlelogistics.junction_rail": "交接铁轨", - "block.littlelogistics.switch_rail": "转辙铁轨", - "block.littlelogistics.automatic_switch_rail": "自动转辙铁轨", - "block.littlelogistics.tee_junction_rail": "T形转辙铁轨", - "block.littlelogistics.automatic_tee_junction_rail": "T形自动转辙铁轨", - "block.littlelogistics.locomotive_dock_rail": "机车装卸铁轨", - "block.littlelogistics.car_dock_rail": "车厢装卸铁轨", + "block.littlelogistics.vessel_detector": "船舶传感器", "screen.littlelogistics.tug": "蒸汽拖船", "screen.littlelogistics.fishing_barge": "自动捕鱼驳船", "screen.littlelogistics.energy_tug": "电力拖船", @@ -58,9 +34,6 @@ "screen.littlelogistics.tug_route.delete_button": "移除节点", "screen.littlelogistics.tug_route.rename": "重命名%s", "screen.littlelogistics.tug_route.confirm": "保存", - "screen.littlelogistics.locomotive.route": "已到达:", - "screen.littlelogistics.locomotive.on": "启动引擎", - "screen.littlelogistics.locomotive.off": "停止引擎", "item.littlelogistics.tug_route.description": "右击将当前位置加入到航线末尾,在同一位置再次右击移除节点。潜行时右击打开配置菜单。", "item.littlelogistics.tug_route.num_nodes": "节点数量:%s", "item.littlelogistics.tug_route.added": "添加节点X:%s Z:%s", @@ -69,17 +42,11 @@ "item.littlelogistics.tug_route.node_named": "%s. %s", "item.littlelogistics.tug_route.node_line": "节点%s:%s, %s", "item.littlelogistics.conductors_wrench.description": "用于旋转原版铁轨和配置本模组方块", - "item.littlelogistics.locomotive_route.description": "在铁轨上右击以将该位置加入/移出路线。", - "item.littlelogistics.locomotive_route.num_nodes": "节点数量:%s", - "item.littlelogistics.locomotive_route.added": "添加节点X:%s Y:%s Z:%s", - "item.littlelogistics.locomotive_route.removed": "移除节点X:%s Y:%s Z:%s", - "item.littlelogistics.spring.description": "用于连接载具", - "item.littlelogistics.spring.notToSelf": "不能将载具连接到自身", + "item.littlelogistics.spring.description": "用于连接驳船和拖船", + "item.littlelogistics.spring.notToSelf": "不能将船舶连接到自身", "item.littlelogistics.spring.noTwoTugs": "不能连接两艘拖船", - "item.littlelogistics.spring.noTwoLoco": "不能连接两节机车", - "item.littlelogistics.spring.tooFar": "载具距离过远", - "item.littlelogistics.spring.noLoops": "不能将载具连成环状", - "item.littlelogistics.spring.badTypes": "不能将这两种载具相连!", + "item.littlelogistics.spring.tooFar": "船舶距离过远", + "item.littlelogistics.spring.noLoops": "不能将船舶连成环状", "item.littlelogistics.fishing_barge.description": "加长航线并在深且开阔的水域航行以获得最大产出", "item.littlelogistics.creative_capacitor": "创造模式电容器", "block.littlelogistics.vessel_charger.capacity": "%s/%s FE", diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/trains.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/trains.json deleted file mode 100644 index 478d4f8febcd..000000000000 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/categories/trains.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "列车", - "description": "各类车厢与矿车类似,两者不同之处在于车厢可用$(l:spring)载具链条$()相连。每列列车最多只能有一节机车。", - "icon": "littlelogistics:steam_locomotive" -} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/auto_switch_rails.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/auto_switch_rails.json deleted file mode 100644 index f5c87c44cafd..000000000000 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/auto_switch_rails.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "自动转辙铁轨", - "icon": "littlelogistics:automatic_switch_rail", - "category": "littlelogistics:blocks", - "pages": [ - { - "type": "patchouli:text", - "text": "这类转辙铁轨会在列车靠近时自动改变转辙方向。转辙方向由在当前循环下,$(l:loco_route)列车路线配置器$()中离列车最近的节点位置决定。" - }, - { - "type": "patchouli:crafting", - "title": "自动转辙铁轨", - "recipe": "littlelogistics:automatic_switch_rail", - "text": "在直行和左转/右转中自动切换。" - }, - { - "type": "patchouli:crafting", - "title": "T形自动转辙铁轨", - "recipe": "littlelogistics:automatic_tee_junction_rail", - "text": "在左转和右转中自动切换。" - } - ] -} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chest_car.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chest_car.json deleted file mode 100644 index f7f1570bb03a..000000000000 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chest_car.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "运输车厢", - "icon": "littlelogistics:chest_car", - "category": "littlelogistics:trains", - "pages": [ - { - "type": "patchouli:entity", - "entity": "littlelogistics:chest_car", - "scale": 0.6, - "offset": 0.5, - "text": "一节能装载物品的普通车厢,和运输矿车类似。" - }, - { - "type": "patchouli:crafting", - "recipe": "littlelogistics:chest_car", - "text": "该车厢需与机车相连,并需在装卸铁轨停车以与漏斗交互。" - } - ] -} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chunk_loader_car.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chunk_loader_car.json deleted file mode 100644 index 768bf7532d7b..000000000000 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/chunk_loader_car.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "区块加载车厢", - "icon": "littlelogistics:chunk_loader_car", - "category": "littlelogistics:trains", - "pages": [ - { - "type": "patchouli:entity", - "entity": "littlelogistics:chunk_loader_car", - "scale": 0.6, - "offset": 0.5, - "text": "该车厢会强制加载以自身为中心的3x3区块。" - }, - { - "type": "patchouli:crafting", - "recipe": "littlelogistics:chunk_loader_car", - "text": "长途路线的必备车厢。" - } - ] -} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docking_rails.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docking_rails.json deleted file mode 100644 index 8930f6107ca9..000000000000 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docking_rails.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "装卸铁轨", - "icon": "littlelogistics:locomotive_dock_rail", - "category": "littlelogistics:blocks", - "pages": [ - { - "type": "patchouli:text", - "text": "共有两类装卸铁轨:机车装卸铁轨和车厢装卸铁轨。任何装卸站点中必须包含机车装卸铁轨,车厢装卸铁轨则在其后方依次排列。这些铁轨本身不具备物流功能,但它们会识别有无需要装卸的物品,并依此使列车停车等候。也可给予其红石信号强制停车。" - }, - { - "type": "patchouli:crafting", - "title": "机车装卸铁轨", - "recipe": "littlelogistics:locomotive_dock_rail", - "text": "机车装卸铁轨仅能向机车中输入物品(橙色/输出模式),在铁轨旁放置漏斗以输入。必须与机车行驶方向同向。车厢装卸铁轨参见下一页。" - }, - { - "type": "patchouli:crafting", - "title": "车厢装卸铁轨", - "recipe": "littlelogistics:car_dock_rail", - "text": "车厢装卸铁轨可对车厢输出(橙色模式)和从车厢提取(蓝色模式),潜行时右击以切换模式。在铁轨下放置漏斗以提取车厢内容物。" - } - ] -} diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docks.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docks.json index a68d81301713..42b2c5178769 100644 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docks.json +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/docks.json @@ -5,7 +5,7 @@ "pages": [ { "type": "patchouli:text", - "text": "共有两类码头方块:驳船码头和拖船码头。任何码头中必须包含一个拖船码头方块。拖船码头和驳船码头所指方向必须一致,从而建成一座连缀的线形码头。这些码头本身不具备物流功能,但它们会识别有无需要装卸的物品,并依此使船舶停泊等候。也可给予红石信号强制停泊。" + "text": "共有两类码头方块:驳船码头和拖船码头。任何码头中必须包含一个拖船码头方块。拖船码头和驳船码头所指方向必须一致,从而建成一座连缀的线形码头。若给予红石信号,可使船舶强制停泊。码头必须紧邻一格宽的水道;过宽的水道可能使船舶无法正常停泊。" }, { "type": "patchouli:crafting", diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_locomotive.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_locomotive.json deleted file mode 100644 index c8a330f2b8fa..000000000000 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_locomotive.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "电力机车", - "icon": "littlelogistics:energy_locomotive", - "category": "littlelogistics:trains", - "pages": [ - { - "type": "patchouli:entity", - "entity": "littlelogistics:energy_locomotive", - "scale": 0.4, - "offset": 0.5, - "text": "使用FE供能的机车,可在装卸铁轨停车时用$(l:vessel_charger)载具充能器$()充能。" - }, - { - "type": "patchouli:crafting", - "recipe": "littlelogistics:energy_locomotive", - "text": "这类机车有放置电容器的额外槽位,可有效防止行驶中途能量不足的情况出现。" - } - ] -} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_tug.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_tug.json index 266dd3c5c8b3..81bc6dd36caf 100644 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_tug.json +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/energy_tug.json @@ -8,7 +8,7 @@ "entity": "littlelogistics:energy_tug", "scale": 0.4, "offset": 0.5, - "text": "使用FE供能的拖船,可在码头停泊时用$(l:vessel_charger)载具充能器$()充能。" + "text": "使用FE供能的拖船,可在码头停泊时用$(l:vessel_charger)船舶充能器$()充能。" }, { "type": "patchouli:crafting", diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_car.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_car.json deleted file mode 100644 index 17999e0a3bb5..000000000000 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_car.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "储罐车厢", - "icon": "littlelogistics:fluid_car", - "category": "littlelogistics:trains", - "pages": [ - { - "type": "patchouli:entity", - "entity": "littlelogistics:fluid_car", - "scale": 0.6, - "offset": 0.5, - "text": "可用这类车厢运输流体,用$(l:fluid_hopper)流体漏斗$()装载或卸载。" - }, - { - "type": "patchouli:crafting", - "recipe": "littlelogistics:fluid_car" - } - ] -} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_hopper.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_hopper.json index 7969c553bf49..d9660d4035ba 100644 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_hopper.json +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/fluid_hopper.json @@ -6,7 +6,7 @@ { "type": "patchouli:crafting", "recipe": "littlelogistics:fluid_hopper", - "text": "专为流体设计的漏斗,可从上方输入并向四周输出。手持桶右击装入流体。可用于给船舶和列车装载/卸载流体。" + "text": "专为流体设计的漏斗,可从上方输入并向四周输出。手持桶右击装入流体。可用于在码头上给船舶装载/卸载流体。" } ] } \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/loco_route.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/loco_route.json deleted file mode 100644 index 30257307635e..000000000000 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/loco_route.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "列车路线配置器", - "icon": "littlelogistics:locomotive_route", - "category": "littlelogistics:items", - "pages": [ - { - "type": "patchouli:crafting", - "recipe": "littlelogistics:locomotive_route", - "text": "该物品存储列车所需到访的目的地和路径点。列车总会向当前循环中还未到访的最近节点行驶。需与$(l:auto_switch_rails)自动转辙铁轨$()配合使用。" - }, - { - "type": "patchouli:text", - "text": "对铁路右击以将该位置加入/移出路线。与其他配置器合成以复制路线。" - } - ] -} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/rapid_hopper.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/rapid_hopper.json deleted file mode 100644 index ebb36617b965..000000000000 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/rapid_hopper.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "快速漏斗", - "icon": "littlelogistics:rapid_hopper", - "category": "littlelogistics:blocks", - "pages": [ - { - "type": "patchouli:crafting", - "recipe": "littlelogistics:rapid_hopper", - "text": "和原版漏斗完全一样,但传输速度快上许多!" - } - ] -} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/spring.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/spring.json index 030e0c8d0cb9..8418723bc266 100644 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/spring.json +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/spring.json @@ -1,12 +1,12 @@ { - "name": "载具链条", + "name": "船舶链条", "icon": "littlelogistics:spring", "category": "littlelogistics:items", "pages": [ { "type": "patchouli:crafting", "recipe": "littlelogistics:spring", - "text": "用于连接各类船舶和车厢。手持右击任意载具以开始连接。一列船舶/列车只能有至多一艘拖船/一节机车,并且不允许环状结构出现。若载具相距过远,链条就会断裂。" + "text": "用于连接各类船舶。手持右击任意船舶以进行连接。一列船舶只能有至多一艘拖船,并且不允许环状结构出现。若船舶相距超过20格,链条就会断裂。" } ] } \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/steam_locomotive.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/steam_locomotive.json deleted file mode 100644 index 2b88aa028c30..000000000000 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/steam_locomotive.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "蒸汽机车", - "icon": "littlelogistics:steam_locomotive", - "category": "littlelogistics:trains", - "pages": [ - { - "type": "patchouli:entity", - "entity": "littlelogistics:steam_locomotive", - "scale": 0.4, - "offset": 0.5, - "text": "接受任何熔炉燃料的基础机车。" - }, - { - "type": "patchouli:crafting", - "recipe": "littlelogistics:steam_locomotive", - "text": "可在装卸铁轨上用漏斗输入燃料。" - } - ] -} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/switch_rails.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/switch_rails.json deleted file mode 100644 index 957c47fe0388..000000000000 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/switch_rails.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "转辙铁轨", - "icon": "littlelogistics:switch_rail", - "category": "littlelogistics:blocks", - "pages": [ - { - "type": "patchouli:text", - "text": "这类转辙铁轨需要红石信号才会转辙。和探测铁轨相性极佳。" - }, - { - "type": "patchouli:crafting", - "title": "转辙铁轨", - "recipe": "littlelogistics:switch_rail", - "text": "在直行和左转/右转中切换。" - }, - { - "type": "patchouli:crafting", - "title": "T形转辙铁轨", - "recipe": "littlelogistics:tee_junction_rail", - "text": "在左转和右转中切换。" - } - ] -} \ No newline at end of file diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/train_car.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/train_car.json deleted file mode 100644 index e59756fdfabf..000000000000 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/train_car.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "载客车厢", - "icon": "littlelogistics:seater_car", - "category": "littlelogistics:trains", - "pages": [ - { - "type": "patchouli:entity", - "entity": "littlelogistics:seater_car", - "scale": 0.6, - "offset": 0.5, - "text": "可容纳一位玩家或一个生物的普通车厢。" - }, - { - "type": "patchouli:crafting", - "recipe": "littlelogistics:seater_car", - "text": "和原版矿车一样,这类车厢可用激活铁轨强制卸客。" - } - ] -} diff --git a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_charger.json b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_charger.json index 741da2a79037..d9f5e61a3ff8 100644 --- a/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_charger.json +++ b/projects/1.16/assets/little-logistics/littlelogistics/patchouli_books/guide/zh_cn/entries/vessel_charger.json @@ -1,12 +1,12 @@ { - "name": "载具充能器", + "name": "船舶充能器", "icon": "littlelogistics:vessel_charger", "category": "littlelogistics:blocks", "pages": [ { "type": "patchouli:crafting", "recipe": "littlelogistics:vessel_charger", - "text": "$(l:energy_tug)电力拖船$()和$(l:energy_locomotive)电力机车$()的充能器,与任何FE导线相连以接收能量。放置于码头上方或装卸铁轨侧边以给载具充能。" + "text": "$(l:energy_tug)电力拖船$()充能器,与任何FE导线相连以接收能量。放置于码头上方以给载具充能。" } ] } \ No newline at end of file From e357f1d682c77a02b45a6f47896966e3301e401a Mon Sep 17 00:00:00 2001 From: dovisutu <40313014+dovisutu@users.noreply.github.com> Date: Sun, 18 Dec 2022 12:35:50 +0800 Subject: [PATCH 4/5] Update zh_cn.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 居然漏了一个....... --- .../assets/little-logistics/littlelogistics/lang/zh_cn.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json b/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json index 53cfa5940269..3f2ca6d7fd65 100644 --- a/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json +++ b/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json @@ -41,7 +41,6 @@ "item.littlelogistics.tug_route.node": "%s. 节点", "item.littlelogistics.tug_route.node_named": "%s. %s", "item.littlelogistics.tug_route.node_line": "节点%s:%s, %s", - "item.littlelogistics.conductors_wrench.description": "用于旋转原版铁轨和配置本模组方块", "item.littlelogistics.spring.description": "用于连接驳船和拖船", "item.littlelogistics.spring.notToSelf": "不能将船舶连接到自身", "item.littlelogistics.spring.noTwoTugs": "不能连接两艘拖船", @@ -57,4 +56,4 @@ "subtitle.littlelogistics.steam_tug_whistle": "蒸汽拖船:鸣笛", "subtitle.littlelogistics.tug_docking": "拖船:停泊", "subtitle.littlelogistics.tug_undocking": "拖船:驶离" -} \ No newline at end of file +} From 0ea4c0c5245c75a3c63ccdc5b98c117156be8381 Mon Sep 17 00:00:00 2001 From: dovisutu <40313014+dovisutu@users.noreply.github.com> Date: Mon, 19 Dec 2022 17:42:46 +0800 Subject: [PATCH 5/5] Update projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json Co-authored-by: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> --- .../assets/little-logistics/littlelogistics/lang/zh_cn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json b/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json index 3f2ca6d7fd65..83a08ea3a9cd 100644 --- a/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json +++ b/projects/1.16/assets/little-logistics/littlelogistics/lang/zh_cn.json @@ -36,8 +36,8 @@ "screen.littlelogistics.tug_route.confirm": "保存", "item.littlelogistics.tug_route.description": "右击将当前位置加入到航线末尾,在同一位置再次右击移除节点。潜行时右击打开配置菜单。", "item.littlelogistics.tug_route.num_nodes": "节点数量:%s", - "item.littlelogistics.tug_route.added": "添加节点X:%s Z:%s", - "item.littlelogistics.tug_route.removed": "移除节点X:%s Z:%s", + "item.littlelogistics.tug_route.added": "添加节点X:%s Z:%s", + "item.littlelogistics.tug_route.removed": "移除节点X:%s Z:%s", "item.littlelogistics.tug_route.node": "%s. 节点", "item.littlelogistics.tug_route.node_named": "%s. %s", "item.littlelogistics.tug_route.node_line": "节点%s:%s, %s",