From 614a36644e210d630b2985521bec5f37d4e9aae7 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:43:42 +0800 Subject: [PATCH 1/4] Compressed Creativity --- .../compressedcreativity/lang/en_us.json | 14 +++ .../compressedcreativity/lang/zh_cn.json | 16 ++- .../book/en_us/entries/air_blower.json | 4 +- .../en_us/entries/compressed_air_engine.json | 4 +- .../book/en_us/entries/copper_backtank.json | 60 +++++------ .../en_us/entries/industrial_air_blower.json | 40 +++---- .../entries/industrial_air_blower_meshes.json | 86 +++++++-------- .../book/zh_cn/entries/air_blower.json | 4 +- .../zh_cn/entries/compressed_air_engine.json | 4 +- .../book/zh_cn/entries/copper_backtank.json | 60 +++++------ .../zh_cn/entries/industrial_air_blower.json | 40 +++---- .../entries/industrial_air_blower_meshes.json | 86 +++++++-------- .../compressedcreativity/lang/en_us.json | 100 ++++++++++++++++++ .../compressedcreativity/lang/zh_cn.json | 100 ++++++++++++++++++ .../categories/compressed_creativity.json | 6 ++ .../book/en_us/entries/air_blower.json | 17 +++ .../book/en_us/entries/brackets.json | 18 ++++ .../en_us/entries/compressed_air_engine.json | 17 +++ .../book/en_us/entries/copper_backtank.json | 32 ++++++ .../en_us/entries/industrial_air_blower.json | 21 ++++ .../entries/industrial_air_blower_meshes.json | 45 ++++++++ .../book/en_us/entries/intro.json | 60 +++++++++++ .../entries/mechanical_visor_upgrade.json | 17 +++ .../en_us/entries/rotational_compressor.json | 17 +++ .../categories/compressed_creativity.json | 6 ++ .../book/zh_cn/entries/air_blower.json | 17 +++ .../book/zh_cn/entries/brackets.json | 18 ++++ .../zh_cn/entries/compressed_air_engine.json | 17 +++ .../book/zh_cn/entries/copper_backtank.json | 32 ++++++ .../zh_cn/entries/industrial_air_blower.json | 21 ++++ .../entries/industrial_air_blower_meshes.json | 45 ++++++++ .../book/zh_cn/entries/intro.json | 60 +++++++++++ .../entries/mechanical_visor_upgrade.json | 17 +++ .../zh_cn/entries/rotational_compressor.json | 17 +++ 34 files changed, 923 insertions(+), 195 deletions(-) create mode 100644 projects/1.19/assets/compressedcreativity/compressedcreativity/lang/en_us.json create mode 100644 projects/1.19/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/categories/compressed_creativity.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/air_blower.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/brackets.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/compressed_air_engine.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/copper_backtank.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower_meshes.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/intro.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/mechanical_visor_upgrade.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/rotational_compressor.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/categories/compressed_creativity.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/air_blower.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/brackets.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower_meshes.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/mechanical_visor_upgrade.json create mode 100644 projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json diff --git a/projects/1.18/assets/compressedcreativity/compressedcreativity/lang/en_us.json b/projects/1.18/assets/compressedcreativity/compressedcreativity/lang/en_us.json index 8810d58c13e7..9e2d02571e1d 100644 --- a/projects/1.18/assets/compressedcreativity/compressedcreativity/lang/en_us.json +++ b/projects/1.18/assets/compressedcreativity/compressedcreativity/lang/en_us.json @@ -11,6 +11,7 @@ "block.compressedcreativity.cyan_plastic_bracket": "Cyan Plastic Bracket", "block.compressedcreativity.gray_plastic_bracket": "Gray Plastic Bracket", "block.compressedcreativity.green_plastic_bracket": "Green Plastic Bracket", + "block.compressedcreativity.heater": "Heater", "block.compressedcreativity.industrial_air_blower": "Industrial Air Blower", "block.compressedcreativity.light_blue_plastic_bracket": "Light Blue Plastic Bracket", "block.compressedcreativity.light_gray_plastic_bracket": "Light Gray Plastic Bracket", @@ -51,11 +52,20 @@ "compressedcreativity.ponder.rotational_compressor.text_6": "Machine could explode!", "compressedcreativity.ponder.tag.pressure": "Pressure", "compressedcreativity.ponder.tag.pressure.description": "Components which use pressurized air", + "compressedcreativity.recipe.blasting.air_blower": "Air Blower behind Lava", + "compressedcreativity.recipe.blasting.industrial_air_blower": "Industrial Air Blower behind Lava", + "compressedcreativity.recipe.haunting.air_blower": "Air Blower behind Soul Fire", + "compressedcreativity.recipe.haunting.industrial_air_blower": "Industrial Air Blower behind Soul Fire", + "compressedcreativity.recipe.smoking.air_blower": "Air Blower behind Fire", + "compressedcreativity.recipe.smoking.industrial_air_blower": "Industrial Air Blower behind Fire", + "compressedcreativity.recipe.washing.air_blower": "Air Blower behind Flowing Water", + "compressedcreativity.recipe.washing.industrial_air_blower": "Industrial Air Blower behind Flowing Water", "compressedcreativity.tooltip.air": "Air:", "compressedcreativity.tooltip.air_production": "Air generated:", "compressedcreativity.tooltip.air_usage": "Air used:", "compressedcreativity.tooltip.compressed_air_engine.idle_1": "This machine is currently idle:", "compressedcreativity.tooltip.compressed_air_engine.idle_2": "This machine uses air even though it's not currently working", + "compressedcreativity.tooltip.heat_summary": "Heat Stats:", "compressedcreativity.tooltip.installed_mesh": "Installed Mesh:", "compressedcreativity.tooltip.installed_mesh_none": "No Mesh is installed", "compressedcreativity.tooltip.not_enough_pressure": "Pressure Requirement:", @@ -65,9 +75,13 @@ "compressedcreativity.tooltip.processing_speed_multiplier": "Processing speed multiplier: ", "compressedcreativity.tooltip.rotational_compressor.wrong_direction": "Rotation Direction Requirement:", "compressedcreativity.tooltip.rotational_compressor.wrong_direction_desc": "This machine would not work with rotation in this direction", + "compressedcreativity.tooltip.temperature": "Temperature:", + "compressedcreativity.tooltip.temperature_cooling": "Cooling speed:", "compressedcreativity.unit.air": "mL", "compressedcreativity.unit.air_per_tick": "mL/t", "compressedcreativity.unit.bar": "bar", + "compressedcreativity.unit.temp": "C\u00B0", + "compressedcreativity.unit.temp_per_tick": "C\u00B0/t", "item.compressedcreativity.brass_coated_upgrade_matrix": "Brass Coated Upgrade Matrix", "item.compressedcreativity.brass_gilded_lapis_lazuli": "Brass Gilded Lapis Lazuli", "item.compressedcreativity.engine_rotor": "Engine Rotor", diff --git a/projects/1.18/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json b/projects/1.18/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json index 781fb00cbcbc..b70443f3aa38 100644 --- a/projects/1.18/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json +++ b/projects/1.18/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json @@ -11,6 +11,7 @@ "block.compressedcreativity.cyan_plastic_bracket": "青色塑料支架", "block.compressedcreativity.gray_plastic_bracket": "灰色塑料支架", "block.compressedcreativity.green_plastic_bracket": "绿色塑料支架", + "block.compressedcreativity.heater": "加热器", "block.compressedcreativity.industrial_air_blower": "工业吹风机", "block.compressedcreativity.light_blue_plastic_bracket": "淡蓝色塑料支架", "block.compressedcreativity.light_gray_plastic_bracket": "淡灰色塑料支架", @@ -51,11 +52,20 @@ "compressedcreativity.ponder.rotational_compressor.text_6": "机器就会爆炸!", "compressedcreativity.ponder.tag.pressure": "压力", "compressedcreativity.ponder.tag.pressure.description": "需要使用使用压缩空气的组件", + "compressedcreativity.recipe.blasting.air_blower": "在熔岩后放置吹风机", + "compressedcreativity.recipe.blasting.industrial_air_blower": "在熔岩后放置工业吹风机", + "compressedcreativity.recipe.haunting.air_blower": "在灵魂火后放置吹风机", + "compressedcreativity.recipe.haunting.industrial_air_blower": "在灵魂火后放置工业吹风机", + "compressedcreativity.recipe.smoking.air_blower": "在火焰后放置吹风机", + "compressedcreativity.recipe.smoking.industrial_air_blower": "在火焰后放置工业吹风机", + "compressedcreativity.recipe.washing.air_blower": "在水后放置吹风机", + "compressedcreativity.recipe.washing.industrial_air_blower": "在水后放置工业吹风机", "compressedcreativity.tooltip.air": "空气:", "compressedcreativity.tooltip.air_production": "产出空气:", "compressedcreativity.tooltip.air_usage": "消耗空气:", "compressedcreativity.tooltip.compressed_air_engine.idle_1": "这台机器目前处于空闲状态:", "compressedcreativity.tooltip.compressed_air_engine.idle_2": "这台机器即使不工作也会消耗空气", + "compressedcreativity.tooltip.heat_summary": "热量状态:", "compressedcreativity.tooltip.installed_mesh": "已安装的纱网:", "compressedcreativity.tooltip.installed_mesh_none": "未安装纱网", "compressedcreativity.tooltip.not_enough_pressure": "压力需求:", @@ -65,9 +75,13 @@ "compressedcreativity.tooltip.processing_speed_multiplier": "加工速度倍率:", "compressedcreativity.tooltip.rotational_compressor.wrong_direction": "旋转方向要求:", "compressedcreativity.tooltip.rotational_compressor.wrong_direction_desc": "这台机器不能在这个方向上旋转", + "compressedcreativity.tooltip.temperature": "温度:", + "compressedcreativity.tooltip.temperature_cooling": "冷却速度:", "compressedcreativity.unit.air": "mL", "compressedcreativity.unit.air_per_tick": "mL/t", "compressedcreativity.unit.bar": "bar", + "compressedcreativity.unit.temp": "°C", + "compressedcreativity.unit.temp_per_tick": "°C/t", "item.compressedcreativity.brass_coated_upgrade_matrix": "黄铜涂层升级矩阵", "item.compressedcreativity.brass_gilded_lapis_lazuli": "黄铜镀层青金石", "item.compressedcreativity.engine_rotor": "引擎转子", @@ -82,5 +96,5 @@ "itemGroup.compressedcreativity.main": "压缩动力", "pneumaticcraft.armor.upgrade.compressedcreativity.block_tracker_module_kinetic": "机械方块", "pneumaticcraft.armor.upgrade.compressedcreativity.mechanical_visor": "机械护面", - "pneumaticcraft.gui.tab.info.item.armor.head.compressedcreativity.mechanical_visorUpgrade": "\u00A70机械护面将允许你查看某些机械的动力学信息,就好像你戴着工程师护目镜一样。" + "pneumaticcraft.gui.tab.info.item.armor.head.compressedcreativity.mechanical_visorUpgrade": "§0机械护面将允许你查看某些机械的动力学信息,就好像你戴着工程师护目镜一样。" } diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/air_blower.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/air_blower.json index c9bf0929ae31..db8babe55a57 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/air_blower.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/air_blower.json @@ -5,11 +5,11 @@ "advancement": "pneumaticcraft:pressure_tube", "pages": [ { - "type": "patchouli:text", + "type": "text", "text": "The $(item)Air Blower$() is a machine that uses pressurized air to create Air Current, similar to a $(item)Encased Fan$()." }, { - "type": "patchouli:crafting", + "type": "crafting", "recipe": "compressedcreativity:crafting/air_blower", "text": "Creating an $(item)Air Blower$()" } diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/compressed_air_engine.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/compressed_air_engine.json index 02b108a60217..86bd8c534fce 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/compressed_air_engine.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/compressed_air_engine.json @@ -5,11 +5,11 @@ "advancement": "pneumaticcraft:pressure_tube", "pages": [ { - "type": "patchouli:text", + "type": "text", "text": "The $(item)Compressed Air Engine$() is a machine that uses pressurized air to create rotational force. It will use air regardless of the pressure and it's working status, so make sure it is not wasting the air!" }, { - "type": "patchouli:crafting", + "type": "crafting", "recipe": "compressedcreativity:crafting/compressed_air_engine", "text": "Creating a $(item)Compressed Air Engine$()" } diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/copper_backtank.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/copper_backtank.json index 8808be791cbf..677055d75f30 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/copper_backtank.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/copper_backtank.json @@ -1,32 +1,32 @@ { - "name": "Copper Backtank", - "icon": "create:copper_backtank", - "category": "pneumaticcraft:compressed_creativity", - "pages": [ - { - "type": "text", - "text": "$(item)Copper Backtank$() got additional functionality in both Block and Item form!$(br)It can charge up to 3 bar. $(br2)In Block Form, it will connect to pneumatic providers from the bottom side, making it act as a cheap Air Compressor. Excess air will be released." - }, - { - "type": "image", - "images": ["compressedcreativity:textures/gui/bt_block.png"], - "border": true, - "title": "Copper Backtank", - "text": "Copper Backtank acting as compressor" - }, - { - "type": "text", - "text": "In Item Form, it will act similarly to $(l:pneumaticcraft:components/air_canister)Air Canister$(). This gives you ability to charge it as any other Pneumatic item." - }, - { - "type": "image", - "images": ["compressedcreativity:textures/gui/bt_item.png"], - "border": false, - "title": "Copper Backtank", - "text": "Charging Copper Backtank in $(l:pneumaticcraft:machines/charging_station)Charging Station$()" - } - ], - "extra_recipe_mappings": { - "create:copper_backtank": 0 + "name": "Copper Backtank", + "icon": "create:copper_backtank", + "category": "pneumaticcraft:compressed_creativity", + "pages": [ + { + "type": "text", + "text": "$(item)Copper Backtank$() got additional functionality in both Block and Item form!$(br)It can charge up to 3 bar. $(br2)In Block Form, it will connect to pneumatic providers from the bottom side, making it act as a cheap Air Compressor. Excess air will be released." + }, + { + "type": "image", + "images": ["compressedcreativity:textures/gui/bt_block.png"], + "border": true, + "title": "Copper Backtank", + "text": "Copper Backtank acting as compressor" + }, + { + "type": "text", + "text": "In Item Form, it will act similarly to $(l:pneumaticcraft:components/air_canister)Air Canister$(). This gives you ability to charge it as any other Pneumatic item." + }, + { + "type": "image", + "images": ["compressedcreativity:textures/gui/bt_item.png"], + "border": false, + "title": "Copper Backtank", + "text": "Charging Copper Backtank in $(l:pneumaticcraft:machines/charging_station)Charging Station$()" } - } \ No newline at end of file + ], + "extra_recipe_mappings": { + "create:copper_backtank": 0 + } +} \ No newline at end of file diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower.json index 4b2eeb66d948..1e9b1e3ccafb 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower.json @@ -1,21 +1,21 @@ { - "name": "Industrial Air Blower", - "icon": "compressedcreativity:industrial_air_blower", - "category": "pneumaticcraft:machines", - "advancement": "pneumaticcraft:pressure_tube", - "pages": [ - { - "type": "text", - "text": "The $(item)Industrial Air Blower$() is more advanced version of it's regular counterpart.$(br)It supports higher pressure and can reach higher processing speed, but the drawbacks are higher air usage and shorter distance.$(br2)Another feature is that with certain temperatures it will produce smoking or blasting Air Current." - }, - { - "type": "text", - "text": "You can install different $(l:pneumaticcraft:industrial_air_blower_meshes)Meshes$() to alter that behavior.$(br2)By default, $(item)Industrial Air Blower$() will produce Smoking Air Current when over 100°C and Blasting when over 300°C" - }, - { - "type": "crafting", - "recipe": "compressedcreativity:crafting/industrial_air_blower", - "text": "Creating an $(item)Industrial Air Blower$()$(br2)" - } - ] - } \ No newline at end of file + "name": "Industrial Air Blower", + "icon": "compressedcreativity:industrial_air_blower", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "The $(item)Industrial Air Blower$() is more advanced version of it's regular counterpart.$(br)It supports higher pressure and can reach higher processing speed, but the drawbacks are higher air usage and shorter distance.$(br2)Another feature is that with certain temperatures it will produce smoking or blasting Air Current." + }, + { + "type": "text", + "text": "You can install different $(l:pneumaticcraft:industrial_air_blower_meshes)Meshes$() to alter that behavior.$(br2)By default, $(item)Industrial Air Blower$() will produce Smoking Air Current when over 100°C and Blasting when over 300°C" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/industrial_air_blower", + "text": "Creating an $(item)Industrial Air Blower$()$(br2)" + } + ] +} \ No newline at end of file diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower_meshes.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower_meshes.json index 1a88fc637426..f7fd8c6a5ae9 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower_meshes.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower_meshes.json @@ -1,45 +1,45 @@ { - "name": "I.A.B. Meshes", - "icon": "compressedcreativity:mesh_splashing", - "category": "pneumaticcraft:compressed_creativity", - "advancement": "pneumaticcraft:pressure_tube", - "pages": [ - { - "type": "text", - "text": "Different types of $(item)Mesh$() can be used to alter the behaviour of Industrial Air Blower" - }, - { - "type": "crafting", - "title": "Mesh Frame", - "recipe": "compressedcreativity:crafting/mesh_empty", - "text": "$(item)Mesh Frame$() is a base for other meshes" - }, - { - "type": "crafting", - "title": "Dense Mesh", - "recipe": "compressedcreativity:crafting/mesh_dense", - "text": "$(item)Dense Mesh$() increases heat exchange. As a result, heat drains faster, but lower temperature (100°C) is required for Blasting processing" - }, - { - "type": "crafting", - "title": "Haunted Mesh", - "recipe": "compressedcreativity:crafting/mesh_haunted", - "text": "As hot air passes through $(item)Haunted Mesh$(), it starts processing Haunting recipes" - }, - { - "type": "crafting", - "title": "Woven Mesh", - "recipe": "compressedcreativity:crafting/mesh_woven", - "text": "$(item)Woven Mesh$() doesn't do much on it's own, but after filling it with water it becomes" - }, - { - "type": "spotlight", - "title": "Water Soaked Mesh", - "item": "compressedcreativity:mesh_splashing", - "text": "$(item)Water Soaked Mesh$() turns Air Current into Splashing one! Make sure to keep it at stable temperatures..." - } - ], - "extra_recipe_mappings": { - "compressedcreativity:mesh_splashing": 5 + "name": "I.A.B. Meshes", + "icon": "compressedcreativity:mesh_splashing", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "Different types of $(item)Mesh$() can be used to alter the behaviour of Industrial Air Blower" + }, + { + "type": "crafting", + "title": "Mesh Frame", + "recipe": "compressedcreativity:crafting/mesh_empty", + "text": "$(item)Mesh Frame$() is a base for other meshes" + }, + { + "type": "crafting", + "title": "Dense Mesh", + "recipe": "compressedcreativity:crafting/mesh_dense", + "text": "$(item)Dense Mesh$() increases heat exchange. As a result, heat drains faster, but lower temperature (100°C) is required for Blasting processing" + }, + { + "type": "crafting", + "title": "Haunted Mesh", + "recipe": "compressedcreativity:crafting/mesh_haunted", + "text": "As hot air passes through $(item)Haunted Mesh$(), it starts processing Haunting recipes" + }, + { + "type": "crafting", + "title": "Woven Mesh", + "recipe": "compressedcreativity:crafting/mesh_woven", + "text": "$(item)Woven Mesh$() doesn't do much on it's own, but after filling it with water it becomes $(item)Water Soaked Mesh$()" + }, + { + "type": "spotlight", + "title": "Water Soaked Mesh", + "item": "compressedcreativity:mesh_splashing", + "text": "$(item)Water Soaked Mesh$() turns Air Current into Splashing one! Make sure to keep it at stable temperatures..." } - } \ No newline at end of file + ], + "extra_recipe_mappings": { + "compressedcreativity:mesh_splashing": 5 + } +} \ No newline at end of file diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/air_blower.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/air_blower.json index e18d23f098b8..c0185487cc46 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/air_blower.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/air_blower.json @@ -5,11 +5,11 @@ "advancement": "pneumaticcraft:pressure_tube", "pages": [ { - "type": "patchouli:text", + "type": "text", "text": "$(item)吹风机$()是使用压缩空气制造气流的机器,与$(item)鼓风机$()类似。" }, { - "type": "patchouli:crafting", + "type": "crafting", "recipe": "compressedcreativity:crafting/air_blower", "text": "$(item)吹风机$()的合成表" } diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json index 7b4b557f48e6..db59db25c3d2 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json @@ -5,11 +5,11 @@ "advancement": "pneumaticcraft:pressure_tube", "pages": [ { - "type": "patchouli:text", + "type": "text", "text": "$(item)压缩空气引擎$()是使用压缩空气产生旋转力的机器。它会无视压力和工作状态消耗压缩空气,请务必注意其是否在浪费!" }, { - "type": "patchouli:crafting", + "type": "crafting", "recipe": "compressedcreativity:crafting/compressed_air_engine", "text": "$(item)压缩空气引擎$()的合成表" } diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json index 562b9901f240..c89114833418 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json @@ -1,32 +1,32 @@ { - "name": "铜背罐", - "icon": "create:copper_backtank", - "category": "pneumaticcraft:compressed_creativity", - "pages": [ - { - "type": "text", - "text": "方块形态和物品形态的$(item)铜背罐$()都有了全新功能!$(br)它最多可充至3 bar。$(br2)在方块形态下,其底部会与各种供气端口连接,可用作简易空气压缩机。多余的空气会被直接排出。" - }, - { - "type": "image", - "images": ["compressedcreativity:textures/gui/bt_block.png"], - "border": true, - "title": "铜背罐", - "text": "铜背罐用作压缩机" - }, - { - "type": "text", - "text": "在物品形态下,其与$(l:pneumaticcraft:components/air_canister)空气罐$()功能类似。也即可以充气,就和任何压缩空气容器一样。" - }, - { - "type": "image", - "images": ["compressedcreativity:textures/gui/bt_item.png"], - "border": false, - "title": "铜背罐", - "text": "在$(l:pneumaticcraft:machines/charging_station)充气站$()中为铜背罐充气。" - } - ], - "extra_recipe_mappings": { - "create:copper_backtank": 0 + "name": "铜背罐", + "icon": "create:copper_backtank", + "category": "pneumaticcraft:compressed_creativity", + "pages": [ + { + "type": "text", + "text": "方块形态和物品形态的$(item)铜背罐$()都有了全新功能!$(br)它最多可充至3 bar。$(br2)在方块形态下,其底部会与各种供气端口连接,可用作简易空气压缩机。多余的空气会被直接排出。" + }, + { + "type": "image", + "images": ["compressedcreativity:textures/gui/bt_block.png"], + "border": true, + "title": "铜背罐", + "text": "铜背罐用作压缩机" + }, + { + "type": "text", + "text": "在物品形态下,其与$(l:pneumaticcraft:components/air_canister)空气罐$()功能类似。也即可以充气,就和任何压缩空气容器一样。" + }, + { + "type": "image", + "images": ["compressedcreativity:textures/gui/bt_item.png"], + "border": false, + "title": "铜背罐", + "text": "在$(l:pneumaticcraft:machines/charging_station)充气站$()中为铜背罐充气。" } - } \ No newline at end of file + ], + "extra_recipe_mappings": { + "create:copper_backtank": 0 + } +} \ No newline at end of file diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json index f787beae4e9d..e1ed40e30894 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json @@ -1,21 +1,21 @@ { - "name": "工业吹风机", - "icon": "compressedcreativity:industrial_air_blower", - "category": "pneumaticcraft:machines", - "advancement": "pneumaticcraft:pressure_tube", - "pages": [ - { - "type": "text", - "text": "$(item)工业吹风机$()是更为高级的吹风机。$(br)它能承受更高的压力,加工速度也可更快。但同时会导致高压气体消耗增加,气流的吹拂距离也较短。$(br2)它的另一功能在于,当达到某温度时,其产生的气流可用于烟熏和熔炼。" - }, - { - "type": "text", - "text": "可以安装各种$(l:pneumaticcraft:industrial_air_blower_meshes)纱网$()以改变其功用。$(br2)默认状况下,$(item)工业吹风机$()所产生的气流在温度超过100℃时可用于烟熏,超过300℃时则可用于熔炼。" - }, - { - "type": "crafting", - "recipe": "compressedcreativity:crafting/industrial_air_blower", - "text": "$(item)工业吹风机$()$(br2)的合成表" - } - ] - } \ No newline at end of file + "name": "工业吹风机", + "icon": "compressedcreativity:industrial_air_blower", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "$(item)工业吹风机$()是更为高级的吹风机。$(br)它能承受更高的压力,加工速度也可更快。但同时会导致高压气体消耗增加,气流的吹拂距离也较短。$(br2)它的另一功能在于,当达到某温度时,其产生的气流可用于烟熏和熔炼。" + }, + { + "type": "text", + "text": "可以安装各种$(l:pneumaticcraft:industrial_air_blower_meshes)纱网$()以改变其功用。$(br2)默认状况下,$(item)工业吹风机$()所产生的气流在温度超过100°C时可用于烟熏,超过300°C时则可用于熔炼。" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/industrial_air_blower", + "text": "$(item)工业吹风机$()$(br2)的合成表" + } + ] +} \ No newline at end of file diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower_meshes.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower_meshes.json index f923c50cc98b..927b04cae88f 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower_meshes.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower_meshes.json @@ -1,45 +1,45 @@ { - "name": "工业吹风机纱网", - "icon": "compressedcreativity:mesh_splashing", - "category": "pneumaticcraft:compressed_creativity", - "advancement": "pneumaticcraft:pressure_tube", - "pages": [ - { - "type": "text", - "text": "安装不同种类的$(item)纱网$(),就能相应改变工业吹风机的功用。" - }, - { - "type": "crafting", - "title": "纱网框架", - "recipe": "compressedcreativity:crafting/mesh_empty", - "text": "$(item)纱网框架$()是其他纱网的基底。" - }, - { - "type": "crafting", - "title": "致密纱网", - "recipe": "compressedcreativity:crafting/mesh_dense", - "text": "$(item)致密纱网$()能增加热交换。因此,热量耗散速度上升,但熔炼所需的温度也会降低(100℃)。" - }, - { - "type": "crafting", - "title": "缠魂纱网", - "recipe": "compressedcreativity:crafting/mesh_haunted", - "text": "当热空气穿过$(item)缠魂纱网$()后,其就可用于缠魂。" - }, - { - "type": "crafting", - "title": "编织纱网", - "recipe": "compressedcreativity:crafting/mesh_woven", - "text": "$(item)编织纱网$()自身没有功用,但在将其浸水后,它就会变成……" - }, - { - "type": "spotlight", - "title": "浸水纱网", - "item": "compressedcreativity:mesh_splashing", - "text": "$(item)浸水纱网$()可使气流用于洗涤!但一定要注意控制温度……" - } - ], - "extra_recipe_mappings": { - "compressedcreativity:mesh_splashing": 5 + "name": "工业吹风机纱网", + "icon": "compressedcreativity:mesh_splashing", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "安装不同种类的$(item)纱网$(),就能相应改变工业吹风机的功用。" + }, + { + "type": "crafting", + "title": "纱网框架", + "recipe": "compressedcreativity:crafting/mesh_empty", + "text": "$(item)纱网框架$()是其他纱网的基底。" + }, + { + "type": "crafting", + "title": "致密纱网", + "recipe": "compressedcreativity:crafting/mesh_dense", + "text": "$(item)致密纱网$()能增加热交换。因此,热量耗散速度上升,但熔炼所需的温度也会降低(100°C)。" + }, + { + "type": "crafting", + "title": "缠魂纱网", + "recipe": "compressedcreativity:crafting/mesh_haunted", + "text": "当热空气穿过$(item)缠魂纱网$()后,其就可用于缠魂。" + }, + { + "type": "crafting", + "title": "编织纱网", + "recipe": "compressedcreativity:crafting/mesh_woven", + "text": "$(item)编织纱网$()自身没有功用,但在将其浸水后,它就会变成$(item)浸水纱网$()。" + }, + { + "type": "spotlight", + "title": "浸水纱网", + "item": "compressedcreativity:mesh_splashing", + "text": "$(item)浸水纱网$()可使气流用于洗涤!但一定要注意控制温度……" } - } \ No newline at end of file + ], + "extra_recipe_mappings": { + "compressedcreativity:mesh_splashing": 5 + } +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/compressedcreativity/lang/en_us.json b/projects/1.19/assets/compressedcreativity/compressedcreativity/lang/en_us.json new file mode 100644 index 000000000000..9e2d02571e1d --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/compressedcreativity/lang/en_us.json @@ -0,0 +1,100 @@ +{ + "block.compressedcreativity.air_blower": "Air Blower", + "block.compressedcreativity.black_plastic_bracket": "Black Plastic Bracket", + "block.compressedcreativity.blue_plastic_bracket": "Blue Plastic Bracket", + "block.compressedcreativity.bracketed_advanced_pressure_tube": "Bracketed Advanced Pressure Tube", + "block.compressedcreativity.bracketed_pressure_tube": "Bracketed Pressure Tube", + "block.compressedcreativity.bracketed_reinforced_pressure_tube": "Bracketed Reinforced Pressure Tube", + "block.compressedcreativity.brown_plastic_bracket": "Brown Plastic Bracket", + "block.compressedcreativity.compressed_air_engine": "Compressed Air Engine", + "block.compressedcreativity.compressed_iron_casing": "Compressed Iron Casing", + "block.compressedcreativity.cyan_plastic_bracket": "Cyan Plastic Bracket", + "block.compressedcreativity.gray_plastic_bracket": "Gray Plastic Bracket", + "block.compressedcreativity.green_plastic_bracket": "Green Plastic Bracket", + "block.compressedcreativity.heater": "Heater", + "block.compressedcreativity.industrial_air_blower": "Industrial Air Blower", + "block.compressedcreativity.light_blue_plastic_bracket": "Light Blue Plastic Bracket", + "block.compressedcreativity.light_gray_plastic_bracket": "Light Gray Plastic Bracket", + "block.compressedcreativity.lime_plastic_bracket": "Lime Plastic Bracket", + "block.compressedcreativity.magenta_plastic_bracket": "Magenta Plastic Bracket", + "block.compressedcreativity.orange_plastic_bracket": "Orange Plastic Bracket", + "block.compressedcreativity.pink_plastic_bracket": "Pink Plastic Bracket", + "block.compressedcreativity.purple_plastic_bracket": "Purple Plastic Bracket", + "block.compressedcreativity.red_plastic_bracket": "Red Plastic Bracket", + "block.compressedcreativity.rotational_compressor": "Rotational Compressor", + "block.compressedcreativity.white_plastic_bracket": "White Plastic Bracket", + "block.compressedcreativity.yellow_plastic_bracket": "Yellow Plastic Bracket", + "compressedcreativity.gui.tooltip.expand": "Hold Shift for info", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker.min": "Has Goggles information.", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode": "Block Tracker Mode", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.all": "All Info", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.goggles": "Only Goggles", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.min": "Placeholder", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.tooltip": "Only Non-Goggles", + "compressedcreativity.mechanical_visor.armor.gui.title": "Mechanical Visor", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode": "Tooltip Mode", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.both": "Both", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.classic": "Classic", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.none": "None", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.widget": "Widget", + "compressedcreativity.ponder.air_blower.header": "Air Flow from Air Pressure", + "compressedcreativity.ponder.air_blower.text_1": "Air Blower uses pressurized air to create Air Current", + "compressedcreativity.ponder.air_blower.text_2": "Air Current speed, as well as air consumption rate, depends on current Air Pressure", + "compressedcreativity.ponder.compressed_air_engine.header": "Rotation from Pressure", + "compressedcreativity.ponder.compressed_air_engine.text_1": "Compressed Air Engine uses pressurized air to create rotational force", + "compressedcreativity.ponder.compressed_air_engine.text_2": "Multiple Engines can be combined together by placing one on another or attaching with wrench", + "compressedcreativity.ponder.rotational_compressor.header": "Generating Pressure using a Rotational Compressor", + "compressedcreativity.ponder.rotational_compressor.text_1": "The Rotational Compressor is used to generate pressure", + "compressedcreativity.ponder.rotational_compressor.text_2": "Specific Rotational Direction needed in order for Compressor to work.", + "compressedcreativity.ponder.rotational_compressor.text_3": "Air will leak from unconnected sides of tubes or some machines!", + "compressedcreativity.ponder.rotational_compressor.text_4": "Don't let pressure built up in the machines.", + "compressedcreativity.ponder.rotational_compressor.text_5": "If the pressure builds up...", + "compressedcreativity.ponder.rotational_compressor.text_6": "Machine could explode!", + "compressedcreativity.ponder.tag.pressure": "Pressure", + "compressedcreativity.ponder.tag.pressure.description": "Components which use pressurized air", + "compressedcreativity.recipe.blasting.air_blower": "Air Blower behind Lava", + "compressedcreativity.recipe.blasting.industrial_air_blower": "Industrial Air Blower behind Lava", + "compressedcreativity.recipe.haunting.air_blower": "Air Blower behind Soul Fire", + "compressedcreativity.recipe.haunting.industrial_air_blower": "Industrial Air Blower behind Soul Fire", + "compressedcreativity.recipe.smoking.air_blower": "Air Blower behind Fire", + "compressedcreativity.recipe.smoking.industrial_air_blower": "Industrial Air Blower behind Fire", + "compressedcreativity.recipe.washing.air_blower": "Air Blower behind Flowing Water", + "compressedcreativity.recipe.washing.industrial_air_blower": "Industrial Air Blower behind Flowing Water", + "compressedcreativity.tooltip.air": "Air:", + "compressedcreativity.tooltip.air_production": "Air generated:", + "compressedcreativity.tooltip.air_usage": "Air used:", + "compressedcreativity.tooltip.compressed_air_engine.idle_1": "This machine is currently idle:", + "compressedcreativity.tooltip.compressed_air_engine.idle_2": "This machine uses air even though it's not currently working", + "compressedcreativity.tooltip.heat_summary": "Heat Stats:", + "compressedcreativity.tooltip.installed_mesh": "Installed Mesh:", + "compressedcreativity.tooltip.installed_mesh_none": "No Mesh is installed", + "compressedcreativity.tooltip.not_enough_pressure": "Pressure Requirement:", + "compressedcreativity.tooltip.not_enough_pressure_2": "This machine requires more pressure to operate.", + "compressedcreativity.tooltip.pressure": "Pressure:", + "compressedcreativity.tooltip.pressure_summary": "Pressure Stats:", + "compressedcreativity.tooltip.processing_speed_multiplier": "Processing speed multiplier: ", + "compressedcreativity.tooltip.rotational_compressor.wrong_direction": "Rotation Direction Requirement:", + "compressedcreativity.tooltip.rotational_compressor.wrong_direction_desc": "This machine would not work with rotation in this direction", + "compressedcreativity.tooltip.temperature": "Temperature:", + "compressedcreativity.tooltip.temperature_cooling": "Cooling speed:", + "compressedcreativity.unit.air": "mL", + "compressedcreativity.unit.air_per_tick": "mL/t", + "compressedcreativity.unit.bar": "bar", + "compressedcreativity.unit.temp": "C\u00B0", + "compressedcreativity.unit.temp_per_tick": "C\u00B0/t", + "item.compressedcreativity.brass_coated_upgrade_matrix": "Brass Coated Upgrade Matrix", + "item.compressedcreativity.brass_gilded_lapis_lazuli": "Brass Gilded Lapis Lazuli", + "item.compressedcreativity.engine_rotor": "Engine Rotor", + "item.compressedcreativity.incomplete_mesh_splashing": "Incomplete Water Soaked Mesh", + "item.compressedcreativity.mechanical_visor_upgrade": "Mechanical Visor Upgrade", + "item.compressedcreativity.mesh_dense": "Dense Mesh", + "item.compressedcreativity.mesh_empty": "Mesh Frame", + "item.compressedcreativity.mesh_haunted": "Haunted Mesh", + "item.compressedcreativity.mesh_splashing": "Water Soaked Mesh", + "item.compressedcreativity.mesh_splashing_frozen": "Frozen Mesh", + "item.compressedcreativity.mesh_woven": "Woven Mesh", + "itemGroup.compressedcreativity.main": "Compressed Creativity", + "pneumaticcraft.armor.upgrade.compressedcreativity.block_tracker_module_kinetic": "Mechanical Blocks", + "pneumaticcraft.armor.upgrade.compressedcreativity.mechanical_visor": "Mechanical Visor", + "pneumaticcraft.gui.tab.info.item.armor.head.compressedcreativity.mechanical_visorUpgrade": "\u00A70Mechanical Visor will allow you to see mechanical stats of some machines, as if you were wearing Engineer's Goggles." +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json b/projects/1.19/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json new file mode 100644 index 000000000000..b70443f3aa38 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json @@ -0,0 +1,100 @@ +{ + "block.compressedcreativity.air_blower": "吹风机", + "block.compressedcreativity.black_plastic_bracket": "黑色塑料支架", + "block.compressedcreativity.blue_plastic_bracket": "蓝色塑料支架", + "block.compressedcreativity.bracketed_advanced_pressure_tube": "带支架的高级压力管道", + "block.compressedcreativity.bracketed_pressure_tube": "带支架的压力管道", + "block.compressedcreativity.bracketed_reinforced_pressure_tube": "带支架的强化压力管道", + "block.compressedcreativity.brown_plastic_bracket": "棕色塑料支架", + "block.compressedcreativity.compressed_air_engine": "压缩空气引擎", + "block.compressedcreativity.compressed_iron_casing": "压缩铁机壳", + "block.compressedcreativity.cyan_plastic_bracket": "青色塑料支架", + "block.compressedcreativity.gray_plastic_bracket": "灰色塑料支架", + "block.compressedcreativity.green_plastic_bracket": "绿色塑料支架", + "block.compressedcreativity.heater": "加热器", + "block.compressedcreativity.industrial_air_blower": "工业吹风机", + "block.compressedcreativity.light_blue_plastic_bracket": "淡蓝色塑料支架", + "block.compressedcreativity.light_gray_plastic_bracket": "淡灰色塑料支架", + "block.compressedcreativity.lime_plastic_bracket": "黄绿色塑料支架", + "block.compressedcreativity.magenta_plastic_bracket": "品红色塑料支架", + "block.compressedcreativity.orange_plastic_bracket": "橙色塑料支架", + "block.compressedcreativity.pink_plastic_bracket": "粉红色塑料支架", + "block.compressedcreativity.purple_plastic_bracket": "紫色塑料支架", + "block.compressedcreativity.red_plastic_bracket": "红色塑料支架", + "block.compressedcreativity.rotational_compressor": "旋转压缩机", + "block.compressedcreativity.white_plastic_bracket": "白色塑料支架", + "block.compressedcreativity.yellow_plastic_bracket": "黄色塑料支架", + "compressedcreativity.gui.tooltip.expand": "按下Shift以获取信息", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker.min": "包含护目镜信息", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode": "方块追踪模式", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.all": "全部信息", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.goggles": "仅护目镜", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.min": "占位", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.tooltip": "仅非护目镜", + "compressedcreativity.mechanical_visor.armor.gui.title": "机械护面", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode": "提示框模式", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.both": "全部", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.classic": "经典", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.none": "无", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.widget": "部件", + "compressedcreativity.ponder.air_blower.header": "来自气压的气流", + "compressedcreativity.ponder.air_blower.text_1": "吹风机使用压缩空气来产生气流", + "compressedcreativity.ponder.air_blower.text_2": "气流速度以及空气消耗率取决于当前气压", + "compressedcreativity.ponder.compressed_air_engine.header": "使用压力产生旋转力", + "compressedcreativity.ponder.compressed_air_engine.text_1": "压缩空气引擎使用压缩空气产生旋转力", + "compressedcreativity.ponder.compressed_air_engine.text_2": "多个引擎可以通过依次放置或用扳手连接来组合在一起", + "compressedcreativity.ponder.rotational_compressor.header": "使用动力生成压缩空气", + "compressedcreativity.ponder.rotational_compressor.text_1": "旋转压缩机用于产生压缩空气", + "compressedcreativity.ponder.rotational_compressor.text_2": "需要使用特定方向的旋转力才能使压缩机工作", + "compressedcreativity.ponder.rotational_compressor.text_3": "空气会从管道或某些机器的未连接侧泄漏!", + "compressedcreativity.ponder.rotational_compressor.text_4": "不要让压力在机器中积聚", + "compressedcreativity.ponder.rotational_compressor.text_5": "如果压力无法得到释放……", + "compressedcreativity.ponder.rotational_compressor.text_6": "机器就会爆炸!", + "compressedcreativity.ponder.tag.pressure": "压力", + "compressedcreativity.ponder.tag.pressure.description": "需要使用使用压缩空气的组件", + "compressedcreativity.recipe.blasting.air_blower": "在熔岩后放置吹风机", + "compressedcreativity.recipe.blasting.industrial_air_blower": "在熔岩后放置工业吹风机", + "compressedcreativity.recipe.haunting.air_blower": "在灵魂火后放置吹风机", + "compressedcreativity.recipe.haunting.industrial_air_blower": "在灵魂火后放置工业吹风机", + "compressedcreativity.recipe.smoking.air_blower": "在火焰后放置吹风机", + "compressedcreativity.recipe.smoking.industrial_air_blower": "在火焰后放置工业吹风机", + "compressedcreativity.recipe.washing.air_blower": "在水后放置吹风机", + "compressedcreativity.recipe.washing.industrial_air_blower": "在水后放置工业吹风机", + "compressedcreativity.tooltip.air": "空气:", + "compressedcreativity.tooltip.air_production": "产出空气:", + "compressedcreativity.tooltip.air_usage": "消耗空气:", + "compressedcreativity.tooltip.compressed_air_engine.idle_1": "这台机器目前处于空闲状态:", + "compressedcreativity.tooltip.compressed_air_engine.idle_2": "这台机器即使不工作也会消耗空气", + "compressedcreativity.tooltip.heat_summary": "热量状态:", + "compressedcreativity.tooltip.installed_mesh": "已安装的纱网:", + "compressedcreativity.tooltip.installed_mesh_none": "未安装纱网", + "compressedcreativity.tooltip.not_enough_pressure": "压力需求:", + "compressedcreativity.tooltip.not_enough_pressure_2": "这台机器需要更大的压力才能工作", + "compressedcreativity.tooltip.pressure": "压力:", + "compressedcreativity.tooltip.pressure_summary": "压力状态:", + "compressedcreativity.tooltip.processing_speed_multiplier": "加工速度倍率:", + "compressedcreativity.tooltip.rotational_compressor.wrong_direction": "旋转方向要求:", + "compressedcreativity.tooltip.rotational_compressor.wrong_direction_desc": "这台机器不能在这个方向上旋转", + "compressedcreativity.tooltip.temperature": "温度:", + "compressedcreativity.tooltip.temperature_cooling": "冷却速度:", + "compressedcreativity.unit.air": "mL", + "compressedcreativity.unit.air_per_tick": "mL/t", + "compressedcreativity.unit.bar": "bar", + "compressedcreativity.unit.temp": "°C", + "compressedcreativity.unit.temp_per_tick": "°C/t", + "item.compressedcreativity.brass_coated_upgrade_matrix": "黄铜涂层升级矩阵", + "item.compressedcreativity.brass_gilded_lapis_lazuli": "黄铜镀层青金石", + "item.compressedcreativity.engine_rotor": "引擎转子", + "item.compressedcreativity.incomplete_mesh_splashing": "浸水纱网(未完成)", + "item.compressedcreativity.mechanical_visor_upgrade": "机械护面升级", + "item.compressedcreativity.mesh_dense": "致密纱网", + "item.compressedcreativity.mesh_empty": "纱网框架", + "item.compressedcreativity.mesh_haunted": "缠魂纱网", + "item.compressedcreativity.mesh_splashing": "浸水纱网", + "item.compressedcreativity.mesh_splashing_frozen": "冻结的纱网", + "item.compressedcreativity.mesh_woven": "编织纱网", + "itemGroup.compressedcreativity.main": "压缩动力", + "pneumaticcraft.armor.upgrade.compressedcreativity.block_tracker_module_kinetic": "机械方块", + "pneumaticcraft.armor.upgrade.compressedcreativity.mechanical_visor": "机械护面", + "pneumaticcraft.gui.tab.info.item.armor.head.compressedcreativity.mechanical_visorUpgrade": "§0机械护面将允许你查看某些机械的动力学信息,就好像你戴着工程师护目镜一样。" +} diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/categories/compressed_creativity.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/categories/compressed_creativity.json new file mode 100644 index 000000000000..9271b612b8dc --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/categories/compressed_creativity.json @@ -0,0 +1,6 @@ +{ + "name": "Adding Creativity", + "description": "This entry teaches you about interactions with Create mod", + "icon": "create:cogwheel", + "sortnum": 14 +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/air_blower.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/air_blower.json new file mode 100644 index 000000000000..db8babe55a57 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/air_blower.json @@ -0,0 +1,17 @@ +{ + "name": "Air Blower", + "icon": "compressedcreativity:air_blower", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "The $(item)Air Blower$() is a machine that uses pressurized air to create Air Current, similar to a $(item)Encased Fan$()." + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/air_blower", + "text": "Creating an $(item)Air Blower$()" + } + ] +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/brackets.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/brackets.json new file mode 100644 index 000000000000..299d7dd86d70 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/brackets.json @@ -0,0 +1,18 @@ +{ + "name": "Brackets", + "icon": "create:metal_bracket", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "Ever wanted to put $(item)Wooden$() or $(item)Metal Bracket$() on a $(item)Pressure Tube$()? Now you can do that!" + }, + { + "type": "crafting", + "title": "Plastic Brackets", + "recipe": "compressedcreativity:crafting/orange_plastic_bracket", + "text": "You can also craft $(item)Plastic Brackets$()! They function identically to their wooden and metal counterpart and come in all 16 colors." + } + ] +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/compressed_air_engine.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/compressed_air_engine.json new file mode 100644 index 000000000000..86bd8c534fce --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/compressed_air_engine.json @@ -0,0 +1,17 @@ +{ + "name": "Compressed Air Engine", + "icon": "compressedcreativity:compressed_air_engine", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "The $(item)Compressed Air Engine$() is a machine that uses pressurized air to create rotational force. It will use air regardless of the pressure and it's working status, so make sure it is not wasting the air!" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/compressed_air_engine", + "text": "Creating a $(item)Compressed Air Engine$()" + } + ] +} diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/copper_backtank.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/copper_backtank.json new file mode 100644 index 000000000000..677055d75f30 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/copper_backtank.json @@ -0,0 +1,32 @@ +{ + "name": "Copper Backtank", + "icon": "create:copper_backtank", + "category": "pneumaticcraft:compressed_creativity", + "pages": [ + { + "type": "text", + "text": "$(item)Copper Backtank$() got additional functionality in both Block and Item form!$(br)It can charge up to 3 bar. $(br2)In Block Form, it will connect to pneumatic providers from the bottom side, making it act as a cheap Air Compressor. Excess air will be released." + }, + { + "type": "image", + "images": ["compressedcreativity:textures/gui/bt_block.png"], + "border": true, + "title": "Copper Backtank", + "text": "Copper Backtank acting as compressor" + }, + { + "type": "text", + "text": "In Item Form, it will act similarly to $(l:pneumaticcraft:components/air_canister)Air Canister$(). This gives you ability to charge it as any other Pneumatic item." + }, + { + "type": "image", + "images": ["compressedcreativity:textures/gui/bt_item.png"], + "border": false, + "title": "Copper Backtank", + "text": "Charging Copper Backtank in $(l:pneumaticcraft:machines/charging_station)Charging Station$()" + } + ], + "extra_recipe_mappings": { + "create:copper_backtank": 0 + } +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower.json new file mode 100644 index 000000000000..1e9b1e3ccafb --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower.json @@ -0,0 +1,21 @@ +{ + "name": "Industrial Air Blower", + "icon": "compressedcreativity:industrial_air_blower", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "The $(item)Industrial Air Blower$() is more advanced version of it's regular counterpart.$(br)It supports higher pressure and can reach higher processing speed, but the drawbacks are higher air usage and shorter distance.$(br2)Another feature is that with certain temperatures it will produce smoking or blasting Air Current." + }, + { + "type": "text", + "text": "You can install different $(l:pneumaticcraft:industrial_air_blower_meshes)Meshes$() to alter that behavior.$(br2)By default, $(item)Industrial Air Blower$() will produce Smoking Air Current when over 100°C and Blasting when over 300°C" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/industrial_air_blower", + "text": "Creating an $(item)Industrial Air Blower$()$(br2)" + } + ] +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower_meshes.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower_meshes.json new file mode 100644 index 000000000000..f7fd8c6a5ae9 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower_meshes.json @@ -0,0 +1,45 @@ +{ + "name": "I.A.B. Meshes", + "icon": "compressedcreativity:mesh_splashing", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "Different types of $(item)Mesh$() can be used to alter the behaviour of Industrial Air Blower" + }, + { + "type": "crafting", + "title": "Mesh Frame", + "recipe": "compressedcreativity:crafting/mesh_empty", + "text": "$(item)Mesh Frame$() is a base for other meshes" + }, + { + "type": "crafting", + "title": "Dense Mesh", + "recipe": "compressedcreativity:crafting/mesh_dense", + "text": "$(item)Dense Mesh$() increases heat exchange. As a result, heat drains faster, but lower temperature (100°C) is required for Blasting processing" + }, + { + "type": "crafting", + "title": "Haunted Mesh", + "recipe": "compressedcreativity:crafting/mesh_haunted", + "text": "As hot air passes through $(item)Haunted Mesh$(), it starts processing Haunting recipes" + }, + { + "type": "crafting", + "title": "Woven Mesh", + "recipe": "compressedcreativity:crafting/mesh_woven", + "text": "$(item)Woven Mesh$() doesn't do much on it's own, but after filling it with water it becomes $(item)Water Soaked Mesh$()" + }, + { + "type": "spotlight", + "title": "Water Soaked Mesh", + "item": "compressedcreativity:mesh_splashing", + "text": "$(item)Water Soaked Mesh$() turns Air Current into Splashing one! Make sure to keep it at stable temperatures..." + } + ], + "extra_recipe_mappings": { + "compressedcreativity:mesh_splashing": 5 + } +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/intro.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/intro.json new file mode 100644 index 000000000000..562a2e08be74 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/intro.json @@ -0,0 +1,60 @@ +{ + "name": "Adding Creativity", + "icon": "create:cogwheel", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "create:andesite_alloy", + "priority": "true", + "pages": [ + { + "type": "text", + "text": "Have you ever thought: $(o)\"These pneumatic machines are so cool, if only there was a way to make them cooler\"$(). Worry not, now you can integrate your setups from PneumaticCraft and Create!" + }, + { + "type": "spotlight", + "item": "compressedcreativity:rotational_compressor", + "text": "The $(l:pneumaticcraft:rotational_compressor)Rotational Compressor$() is a type of compressor that uses rotation from Create to generate pressure." + }, + { + "type": "spotlight", + "item": "create:copper_backtank", + "text": "The $(l:pneumaticcraft:copper_backtank)Copper Backtank$() received additional functionality, having pneumatic capabilities in both Item and Block form." + }, + { + "type": "spotlight", + "item": "pneumaticcraft:charging_upgrade", + "text": "$(l:base_concepts/upgrades#charging)Charging Upgrade$() receives additional functionality: Now it supplies Create Tools such as $(item)Extendo Grip$() and $(item)Potato Cannon$() with air." + }, + { + "type": "spotlight", + "item": "compressedcreativity:air_blower", + "text": "The $(l:pneumaticcraft:air_blower)Air Blower$() is a machine that uses pressurized air to create Air Current, similar to a $(item)Encased Fan$()." + }, + { + "type": "spotlight", + "item": "compressedcreativity:industrial_air_blower", + "text": "The $(l:pneumaticcraft:industrial_air_blower)Industrial Air Blower$() is a version of $(item)Air Blower$() that has additional features, such as higher processing speeds and ability to alter processing type using various $(l:pneumaticcraft:industrial_air_blower_meshes)Meshes$()." + }, + { + "type": "spotlight", + "title": "Meshes", + "item": "compressedcreativity:mesh_splashing", + "text": "$(l:pneumaticcraft:industrial_air_blower_meshes)Meshes$() provide additional functionality to Industrial Air Blower" + }, + { + "type": "spotlight", + "item": "compressedcreativity:compressed_air_engine", + "text": "The $(l:pneumaticcraft:compressed_air_engine)Compressed Air Engine$() is a kinetic engine that uses pressurized air. It uses air even if it's not working, so make sure it has enough pressure!" + }, + { + "type": "spotlight", + "item": "compressedcreativity:mechanical_visor_upgrade", + "text": "When installed in $(l:armor/pneumatic_helmet)Pneumatic Helmet$(), $(l:pneumaticcraft:mechanical_visor_upgrade)Mechanical Visor Upgrade$() will provide Engineer's Goggles functionality." + }, + { + "type": "spotlight", + "title": "Plastic Brackets", + "item": "compressedcreativity:orange_plastic_bracket", + "text": "$(l:pneumaticcraft:brackets)Plastic Bracket$() is a new colorful bracket type, supporting Shafts, Pipes, Cogs and also Pressure Tubes!" + } + ] +} diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/mechanical_visor_upgrade.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/mechanical_visor_upgrade.json new file mode 100644 index 000000000000..385bc41c1382 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/mechanical_visor_upgrade.json @@ -0,0 +1,17 @@ +{ + "name": "Mechanical Visor Upgrade", + "icon": "compressedcreativity:mechanical_visor_upgrade", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "The $(item)Mechanical Visor$() is an upgrade that allows you to check mechanical stats of machines, similar to how $(item)Engineer's Goggles$() do.$(br2)With $(l:base_concepts/upgrades#block_tracker)Block Tracker Upgrade$() installed you get ability to have separate widget for your armor and see the tooltips in-world!" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/mechanical_visor_upgrade", + "text": "Creating a $(item)Mechanical Visor$()" + } + ] +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/rotational_compressor.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/rotational_compressor.json new file mode 100644 index 000000000000..f4afc40aeede --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/rotational_compressor.json @@ -0,0 +1,17 @@ +{ + "name": "Rotational Compressor", + "icon": "compressedcreativity:rotational_compressor", + "category": "pneumaticcraft:compressors", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "The $(item)Rotational Compressor$() is a type of compressor that uses rotation from Create to generate pressure." + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/rotational_compressor", + "text": "Creating a $(item)Rotational Compressor$()" + } + ] +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/categories/compressed_creativity.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/categories/compressed_creativity.json new file mode 100644 index 000000000000..0c39f0631612 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/categories/compressed_creativity.json @@ -0,0 +1,6 @@ +{ + "name": "气动机械", + "description": "本章节主要介绍与机械动力模组联动的内容。", + "icon": "create:cogwheel", + "sortnum": 14 +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/air_blower.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/air_blower.json new file mode 100644 index 000000000000..c0185487cc46 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/air_blower.json @@ -0,0 +1,17 @@ +{ + "name": "吹风机", + "icon": "compressedcreativity:air_blower", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "$(item)吹风机$()是使用压缩空气制造气流的机器,与$(item)鼓风机$()类似。" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/air_blower", + "text": "$(item)吹风机$()的合成表" + } + ] +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/brackets.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/brackets.json new file mode 100644 index 000000000000..f4838e0b8860 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/brackets.json @@ -0,0 +1,18 @@ +{ + "name": "支架", + "icon": "create:metal_bracket", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "曾想过把$(item)木质支架$()或$(item)金属支架$()架在$(item)压力管道$()上吗?你的梦想成真了!" + }, + { + "type": "crafting", + "title": "塑料支架", + "recipe": "compressedcreativity:crafting/orange_plastic_bracket", + "text": "你还可以合成$(item)塑料支架$()!它跟木质支架还有金属支架的工作方式完全一致,且有16种不同颜色。" + } + ] +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json new file mode 100644 index 000000000000..db59db25c3d2 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json @@ -0,0 +1,17 @@ +{ + "name": "压缩空气引擎", + "icon": "compressedcreativity:compressed_air_engine", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "$(item)压缩空气引擎$()是使用压缩空气产生旋转力的机器。它会无视压力和工作状态消耗压缩空气,请务必注意其是否在浪费!" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/compressed_air_engine", + "text": "$(item)压缩空气引擎$()的合成表" + } + ] +} diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json new file mode 100644 index 000000000000..c89114833418 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json @@ -0,0 +1,32 @@ +{ + "name": "铜背罐", + "icon": "create:copper_backtank", + "category": "pneumaticcraft:compressed_creativity", + "pages": [ + { + "type": "text", + "text": "方块形态和物品形态的$(item)铜背罐$()都有了全新功能!$(br)它最多可充至3 bar。$(br2)在方块形态下,其底部会与各种供气端口连接,可用作简易空气压缩机。多余的空气会被直接排出。" + }, + { + "type": "image", + "images": ["compressedcreativity:textures/gui/bt_block.png"], + "border": true, + "title": "铜背罐", + "text": "铜背罐用作压缩机" + }, + { + "type": "text", + "text": "在物品形态下,其与$(l:pneumaticcraft:components/air_canister)空气罐$()功能类似。也即可以充气,就和任何压缩空气容器一样。" + }, + { + "type": "image", + "images": ["compressedcreativity:textures/gui/bt_item.png"], + "border": false, + "title": "铜背罐", + "text": "在$(l:pneumaticcraft:machines/charging_station)充气站$()中为铜背罐充气。" + } + ], + "extra_recipe_mappings": { + "create:copper_backtank": 0 + } +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json new file mode 100644 index 000000000000..e1ed40e30894 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json @@ -0,0 +1,21 @@ +{ + "name": "工业吹风机", + "icon": "compressedcreativity:industrial_air_blower", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "$(item)工业吹风机$()是更为高级的吹风机。$(br)它能承受更高的压力,加工速度也可更快。但同时会导致高压气体消耗增加,气流的吹拂距离也较短。$(br2)它的另一功能在于,当达到某温度时,其产生的气流可用于烟熏和熔炼。" + }, + { + "type": "text", + "text": "可以安装各种$(l:pneumaticcraft:industrial_air_blower_meshes)纱网$()以改变其功用。$(br2)默认状况下,$(item)工业吹风机$()所产生的气流在温度超过100°C时可用于烟熏,超过300°C时则可用于熔炼。" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/industrial_air_blower", + "text": "$(item)工业吹风机$()$(br2)的合成表" + } + ] +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower_meshes.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower_meshes.json new file mode 100644 index 000000000000..927b04cae88f --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower_meshes.json @@ -0,0 +1,45 @@ +{ + "name": "工业吹风机纱网", + "icon": "compressedcreativity:mesh_splashing", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "安装不同种类的$(item)纱网$(),就能相应改变工业吹风机的功用。" + }, + { + "type": "crafting", + "title": "纱网框架", + "recipe": "compressedcreativity:crafting/mesh_empty", + "text": "$(item)纱网框架$()是其他纱网的基底。" + }, + { + "type": "crafting", + "title": "致密纱网", + "recipe": "compressedcreativity:crafting/mesh_dense", + "text": "$(item)致密纱网$()能增加热交换。因此,热量耗散速度上升,但熔炼所需的温度也会降低(100°C)。" + }, + { + "type": "crafting", + "title": "缠魂纱网", + "recipe": "compressedcreativity:crafting/mesh_haunted", + "text": "当热空气穿过$(item)缠魂纱网$()后,其就可用于缠魂。" + }, + { + "type": "crafting", + "title": "编织纱网", + "recipe": "compressedcreativity:crafting/mesh_woven", + "text": "$(item)编织纱网$()自身没有功用,但在将其浸水后,它就会变成$(item)浸水纱网$()。" + }, + { + "type": "spotlight", + "title": "浸水纱网", + "item": "compressedcreativity:mesh_splashing", + "text": "$(item)浸水纱网$()可使气流用于洗涤!但一定要注意控制温度……" + } + ], + "extra_recipe_mappings": { + "compressedcreativity:mesh_splashing": 5 + } +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json new file mode 100644 index 000000000000..76052752c801 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json @@ -0,0 +1,60 @@ +{ + "name": "气动机械", + "icon": "create:cogwheel", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "create:andesite_alloy", + "priority": "true", + "pages": [ + { + "type": "text", + "text": "你可曾想过:$(o)“气动机器真是酷,但总该能把它们变得酷上加酷。”$()不必担心,现在你就能体验气动工艺和机械动力联动的内容了!" + }, + { + "type": "spotlight", + "item": "compressedcreativity:rotational_compressor", + "text": "$(l:pneumaticcraft:rotational_compressor)旋转压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" + }, + { + "type": "spotlight", + "item": "create:copper_backtank", + "text": "$(l:pneumaticcraft:copper_backtank)铜背罐$()有了全新功能:在物品状态和方块状态下都有了气动功用。" + }, + { + "type": "spotlight", + "item": "pneumaticcraft:charging_upgrade", + "text": "$(l:base_concepts/upgrades#charging)充气升级$()有了全新功能:$(item)伸缩机械手$()和$(item)土豆加农炮$()之类的机械动力工具也能以此充入空气。" + }, + { + "type": "spotlight", + "item": "compressedcreativity:air_blower", + "text": "$(l:pneumaticcraft:air_blower)吹风机$()是使用压缩空气制造气流的机器,与$(item)鼓风机$()类似。" + }, + { + "type": "spotlight", + "item": "compressedcreativity:industrial_air_blower", + "text": "$(l:pneumaticcraft:industrial_air_blower)工业吹风机$()是具有额外功能的$(item)吹风机$(),如更高的加工速度,和通过$(l:pneumaticcraft:industrial_air_blower_meshes)纱网$()更改加工方式的能力。" + }, + { + "type": "spotlight", + "title": "Meshes", + "item": "compressedcreativity:mesh_splashing", + "text": "$(l:pneumaticcraft:industrial_air_blower_meshes)纱网$()能为工业吹风机提供额外的加工能力。" + }, + { + "type": "spotlight", + "item": "compressedcreativity:compressed_air_engine", + "text": "$(l:pneumaticcraft:compressed_air_engine)压缩空气引擎$()是使用压缩空气的动力引擎。就算不处于工作状态,它仍会消耗空气,所以请务必保证其有足够的压力!" + }, + { + "type": "spotlight", + "item": "compressedcreativity:mechanical_visor_upgrade", + "text": "安装入$(l:armor/pneumatic_helmet)气动头盔$()时,$(l:pneumaticcraft:mechanical_visor_upgrade)机械护面升级$()将会提供与工程师护目镜一致的功能。" + }, + { + "type": "spotlight", + "title": "塑料支架", + "item": "compressedcreativity:orange_plastic_bracket", + "text": "$(l:pneumaticcraft:brackets)塑料支架$()是一种五颜六色的全新支架,能支撑传动杆、管道、齿轮以及压力管道!" + } + ] +} diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/mechanical_visor_upgrade.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/mechanical_visor_upgrade.json new file mode 100644 index 000000000000..e582e4ee0ca6 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/mechanical_visor_upgrade.json @@ -0,0 +1,17 @@ +{ + "name": "机械护面升级", + "icon": "compressedcreativity:mechanical_visor_upgrade", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "$(item)机械护面升级$()是能让你查看机械的动力学状态的升级,和$(item)工程师护目镜$()的工作方式类似。$(br2)若与$(l:base_concepts/upgrades#block_tracker)方块追踪升级$()同时安装,则方块追踪也能追踪机械动力的方块,还能查看其动力学状态!" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/mechanical_visor_upgrade", + "text": "$(item)机械护面升级$()的合成表" + } + ] +} \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json new file mode 100644 index 000000000000..505cb7102002 --- /dev/null +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json @@ -0,0 +1,17 @@ +{ + "name": "旋转压缩机", + "icon": "compressedcreativity:rotational_compressor", + "category": "pneumaticcraft:compressors", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "$(item)旋转压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/rotational_compressor", + "text": "$(item)旋转压缩机$()的合成表" + } + ] +} \ No newline at end of file From bf8d5a51ee427fe2c6e9e6012ac0136709cc3230 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 28 Oct 2023 13:33:30 +0800 Subject: [PATCH 2/4] 1.20 update --- .../compressedcreativity/lang/en_us.json | 100 ++++++++++++++++++ .../compressedcreativity/lang/zh_cn.json | 100 ++++++++++++++++++ .../categories/compressed_creativity.json | 6 ++ .../book/en_us/entries/air_blower.json | 17 +++ .../book/en_us/entries/brackets.json | 18 ++++ .../en_us/entries/compressed_air_engine.json | 17 +++ .../book/en_us/entries/copper_backtank.json | 32 ++++++ .../en_us/entries/industrial_air_blower.json | 21 ++++ .../entries/industrial_air_blower_meshes.json | 45 ++++++++ .../book/en_us/entries/intro.json | 60 +++++++++++ .../entries/mechanical_visor_upgrade.json | 17 +++ .../en_us/entries/rotational_compressor.json | 17 +++ .../categories/compressed_creativity.json | 6 ++ .../book/zh_cn/entries/air_blower.json | 17 +++ .../book/zh_cn/entries/brackets.json | 18 ++++ .../zh_cn/entries/compressed_air_engine.json | 17 +++ .../book/zh_cn/entries/copper_backtank.json | 32 ++++++ .../zh_cn/entries/industrial_air_blower.json | 21 ++++ .../entries/industrial_air_blower_meshes.json | 45 ++++++++ .../book/zh_cn/entries/intro.json | 60 +++++++++++ .../entries/mechanical_visor_upgrade.json | 17 +++ .../zh_cn/entries/rotational_compressor.json | 17 +++ 22 files changed, 700 insertions(+) create mode 100644 projects/1.20/assets/compressedcreativity/compressedcreativity/lang/en_us.json create mode 100644 projects/1.20/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/categories/compressed_creativity.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/air_blower.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/brackets.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/compressed_air_engine.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/copper_backtank.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower_meshes.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/intro.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/mechanical_visor_upgrade.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/rotational_compressor.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/categories/compressed_creativity.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/air_blower.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/brackets.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower_meshes.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/mechanical_visor_upgrade.json create mode 100644 projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json diff --git a/projects/1.20/assets/compressedcreativity/compressedcreativity/lang/en_us.json b/projects/1.20/assets/compressedcreativity/compressedcreativity/lang/en_us.json new file mode 100644 index 000000000000..a33d5a2ae63c --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/compressedcreativity/lang/en_us.json @@ -0,0 +1,100 @@ +{ + "block.compressedcreativity.air_blower": "Air Blower", + "block.compressedcreativity.black_plastic_bracket": "Black Plastic Bracket", + "block.compressedcreativity.blue_plastic_bracket": "Blue Plastic Bracket", + "block.compressedcreativity.bracketed_advanced_pressure_tube": "Bracketed Advanced Pressure Tube", + "block.compressedcreativity.bracketed_pressure_tube": "Bracketed Pressure Tube", + "block.compressedcreativity.bracketed_reinforced_pressure_tube": "Bracketed Reinforced Pressure Tube", + "block.compressedcreativity.brown_plastic_bracket": "Brown Plastic Bracket", + "block.compressedcreativity.compressed_air_engine": "Compressed Air Engine", + "block.compressedcreativity.compressed_iron_casing": "Compressed Iron Casing", + "block.compressedcreativity.cyan_plastic_bracket": "Cyan Plastic Bracket", + "block.compressedcreativity.gray_plastic_bracket": "Gray Plastic Bracket", + "block.compressedcreativity.green_plastic_bracket": "Green Plastic Bracket", + "block.compressedcreativity.heater": "Heater", + "block.compressedcreativity.industrial_air_blower": "Industrial Air Blower", + "block.compressedcreativity.light_blue_plastic_bracket": "Light Blue Plastic Bracket", + "block.compressedcreativity.light_gray_plastic_bracket": "Light Gray Plastic Bracket", + "block.compressedcreativity.lime_plastic_bracket": "Lime Plastic Bracket", + "block.compressedcreativity.magenta_plastic_bracket": "Magenta Plastic Bracket", + "block.compressedcreativity.orange_plastic_bracket": "Orange Plastic Bracket", + "block.compressedcreativity.pink_plastic_bracket": "Pink Plastic Bracket", + "block.compressedcreativity.purple_plastic_bracket": "Purple Plastic Bracket", + "block.compressedcreativity.red_plastic_bracket": "Red Plastic Bracket", + "block.compressedcreativity.rotational_compressor": "Rotational Compressor", + "block.compressedcreativity.white_plastic_bracket": "White Plastic Bracket", + "block.compressedcreativity.yellow_plastic_bracket": "Yellow Plastic Bracket", + "compressedcreativity.gui.tooltip.expand": "Hold Shift for info", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker.min": "Has Goggles information.", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode": "Block Tracker Mode", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.all": "All Info", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.goggles": "Only Goggles", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.min": "Placeholder", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.tooltip": "Only Non-Goggles", + "compressedcreativity.mechanical_visor.armor.gui.title": "Mechanical Visor", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode": "Tooltip Mode", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.both": "Both", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.classic": "Classic", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.none": "None", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.widget": "Widget", + "compressedcreativity.ponder.air_blower.header": "Air Flow from Air Pressure", + "compressedcreativity.ponder.air_blower.text_1": "Air Blower uses pressurized air to create Air Current", + "compressedcreativity.ponder.air_blower.text_2": "Air Current speed, as well as air consumption rate, depends on current Air Pressure", + "compressedcreativity.ponder.compressed_air_engine.header": "Rotation from Pressure", + "compressedcreativity.ponder.compressed_air_engine.text_1": "Compressed Air Engine uses pressurized air to create rotational force", + "compressedcreativity.ponder.compressed_air_engine.text_2": "Multiple Engines can be combined together by placing one on another or attaching with wrench", + "compressedcreativity.ponder.rotational_compressor.header": "Generating Pressure using a Rotational Compressor", + "compressedcreativity.ponder.rotational_compressor.text_1": "The Rotational Compressor is used to generate pressure", + "compressedcreativity.ponder.rotational_compressor.text_2": "Specific Rotational Direction needed in order for Compressor to work.", + "compressedcreativity.ponder.rotational_compressor.text_3": "Air will leak from unconnected sides of tubes or some machines!", + "compressedcreativity.ponder.rotational_compressor.text_4": "Don't let pressure built up in the machines.", + "compressedcreativity.ponder.rotational_compressor.text_5": "If the pressure builds up...", + "compressedcreativity.ponder.rotational_compressor.text_6": "Machine could explode!", + "compressedcreativity.ponder.tag.pressure": "Pressure", + "compressedcreativity.ponder.tag.pressure.description": "Components which use pressurized air", + "compressedcreativity.recipe.blasting.air_blower": "Air Blower behind Lava", + "compressedcreativity.recipe.blasting.industrial_air_blower": "Industrial Air Blower behind Lava", + "compressedcreativity.recipe.haunting.air_blower": "Air Blower behind Soul Fire", + "compressedcreativity.recipe.haunting.industrial_air_blower": "Industrial Air Blower behind Soul Fire", + "compressedcreativity.recipe.smoking.air_blower": "Air Blower behind Fire", + "compressedcreativity.recipe.smoking.industrial_air_blower": "Industrial Air Blower behind Fire", + "compressedcreativity.recipe.washing.air_blower": "Air Blower behind Flowing Water", + "compressedcreativity.recipe.washing.industrial_air_blower": "Industrial Air Blower behind Flowing Water", + "compressedcreativity.tooltip.air": "Air:", + "compressedcreativity.tooltip.air_production": "Air generated:", + "compressedcreativity.tooltip.air_usage": "Air used:", + "compressedcreativity.tooltip.compressed_air_engine.idle_1": "This machine is currently idle:", + "compressedcreativity.tooltip.compressed_air_engine.idle_2": "This machine uses air even though it's not currently working", + "compressedcreativity.tooltip.heat_summary": "Heat Stats:", + "compressedcreativity.tooltip.installed_mesh": "Installed Mesh:", + "compressedcreativity.tooltip.installed_mesh_none": "No Mesh is installed", + "compressedcreativity.tooltip.not_enough_pressure": "Pressure Requirement:", + "compressedcreativity.tooltip.not_enough_pressure_2": "This machine requires more pressure to operate.", + "compressedcreativity.tooltip.pressure": "Pressure:", + "compressedcreativity.tooltip.pressure_summary": "Pressure Stats:", + "compressedcreativity.tooltip.processing_speed_multiplier": "Processing speed multiplier: ", + "compressedcreativity.tooltip.rotational_compressor.wrong_direction": "Rotation Direction Requirement:", + "compressedcreativity.tooltip.rotational_compressor.wrong_direction_desc": "This machine would not work with rotation in this direction", + "compressedcreativity.tooltip.temperature": "Temperature:", + "compressedcreativity.tooltip.temperature_cooling": "Cooling speed:", + "compressedcreativity.unit.air": "mL", + "compressedcreativity.unit.air_per_tick": "mL/t", + "compressedcreativity.unit.bar": "bar", + "compressedcreativity.unit.temp": "C\u00B0", + "compressedcreativity.unit.temp_per_tick": "C\u00B0/t", + "item.compressedcreativity.brass_coated_upgrade_matrix": "Brass Coated Upgrade Matrix", + "item.compressedcreativity.brass_gilded_lapis_lazuli": "Brass Gilded Lapis Lazuli", + "item.compressedcreativity.engine_rotor": "Engine Rotor", + "item.compressedcreativity.incomplete_mesh_splashing": "Incomplete Water Soaked Mesh", + "item.compressedcreativity.mechanical_visor_upgrade": "Mechanical Visor Upgrade", + "item.compressedcreativity.mesh_dense": "Dense Mesh", + "item.compressedcreativity.mesh_empty": "Mesh Frame", + "item.compressedcreativity.mesh_haunted": "Haunted Mesh", + "item.compressedcreativity.mesh_splashing": "Water Soaked Mesh", + "item.compressedcreativity.mesh_splashing_frozen": "Frozen Mesh", + "item.compressedcreativity.mesh_woven": "Woven Mesh", + "itemGroup.compressedcreativity.main": "Compressed Creativity", + "pneumaticcraft.armor.upgrade.compressedcreativity.block_tracker_module_kinetic": "Mechanical Blocks", + "pneumaticcraft.armor.upgrade.compressedcreativity.mechanical_visor": "Mechanical Visor", + "pneumaticcraft.gui.tab.info.item.armor.head.compressedcreativity.mechanical_visorUpgrade": "§0Mechanical Visor will allow you to see mechanical stats of some machines, as if you were wearing Engineer's Goggles." +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json b/projects/1.20/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json new file mode 100644 index 000000000000..b70443f3aa38 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json @@ -0,0 +1,100 @@ +{ + "block.compressedcreativity.air_blower": "吹风机", + "block.compressedcreativity.black_plastic_bracket": "黑色塑料支架", + "block.compressedcreativity.blue_plastic_bracket": "蓝色塑料支架", + "block.compressedcreativity.bracketed_advanced_pressure_tube": "带支架的高级压力管道", + "block.compressedcreativity.bracketed_pressure_tube": "带支架的压力管道", + "block.compressedcreativity.bracketed_reinforced_pressure_tube": "带支架的强化压力管道", + "block.compressedcreativity.brown_plastic_bracket": "棕色塑料支架", + "block.compressedcreativity.compressed_air_engine": "压缩空气引擎", + "block.compressedcreativity.compressed_iron_casing": "压缩铁机壳", + "block.compressedcreativity.cyan_plastic_bracket": "青色塑料支架", + "block.compressedcreativity.gray_plastic_bracket": "灰色塑料支架", + "block.compressedcreativity.green_plastic_bracket": "绿色塑料支架", + "block.compressedcreativity.heater": "加热器", + "block.compressedcreativity.industrial_air_blower": "工业吹风机", + "block.compressedcreativity.light_blue_plastic_bracket": "淡蓝色塑料支架", + "block.compressedcreativity.light_gray_plastic_bracket": "淡灰色塑料支架", + "block.compressedcreativity.lime_plastic_bracket": "黄绿色塑料支架", + "block.compressedcreativity.magenta_plastic_bracket": "品红色塑料支架", + "block.compressedcreativity.orange_plastic_bracket": "橙色塑料支架", + "block.compressedcreativity.pink_plastic_bracket": "粉红色塑料支架", + "block.compressedcreativity.purple_plastic_bracket": "紫色塑料支架", + "block.compressedcreativity.red_plastic_bracket": "红色塑料支架", + "block.compressedcreativity.rotational_compressor": "旋转压缩机", + "block.compressedcreativity.white_plastic_bracket": "白色塑料支架", + "block.compressedcreativity.yellow_plastic_bracket": "黄色塑料支架", + "compressedcreativity.gui.tooltip.expand": "按下Shift以获取信息", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker.min": "包含护目镜信息", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode": "方块追踪模式", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.all": "全部信息", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.goggles": "仅护目镜", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.min": "占位", + "compressedcreativity.mechanical_visor.armor.gui.block_tracker_mode.tooltip": "仅非护目镜", + "compressedcreativity.mechanical_visor.armor.gui.title": "机械护面", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode": "提示框模式", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.both": "全部", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.classic": "经典", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.none": "无", + "compressedcreativity.mechanical_visor.armor.gui.tooltip_mode.widget": "部件", + "compressedcreativity.ponder.air_blower.header": "来自气压的气流", + "compressedcreativity.ponder.air_blower.text_1": "吹风机使用压缩空气来产生气流", + "compressedcreativity.ponder.air_blower.text_2": "气流速度以及空气消耗率取决于当前气压", + "compressedcreativity.ponder.compressed_air_engine.header": "使用压力产生旋转力", + "compressedcreativity.ponder.compressed_air_engine.text_1": "压缩空气引擎使用压缩空气产生旋转力", + "compressedcreativity.ponder.compressed_air_engine.text_2": "多个引擎可以通过依次放置或用扳手连接来组合在一起", + "compressedcreativity.ponder.rotational_compressor.header": "使用动力生成压缩空气", + "compressedcreativity.ponder.rotational_compressor.text_1": "旋转压缩机用于产生压缩空气", + "compressedcreativity.ponder.rotational_compressor.text_2": "需要使用特定方向的旋转力才能使压缩机工作", + "compressedcreativity.ponder.rotational_compressor.text_3": "空气会从管道或某些机器的未连接侧泄漏!", + "compressedcreativity.ponder.rotational_compressor.text_4": "不要让压力在机器中积聚", + "compressedcreativity.ponder.rotational_compressor.text_5": "如果压力无法得到释放……", + "compressedcreativity.ponder.rotational_compressor.text_6": "机器就会爆炸!", + "compressedcreativity.ponder.tag.pressure": "压力", + "compressedcreativity.ponder.tag.pressure.description": "需要使用使用压缩空气的组件", + "compressedcreativity.recipe.blasting.air_blower": "在熔岩后放置吹风机", + "compressedcreativity.recipe.blasting.industrial_air_blower": "在熔岩后放置工业吹风机", + "compressedcreativity.recipe.haunting.air_blower": "在灵魂火后放置吹风机", + "compressedcreativity.recipe.haunting.industrial_air_blower": "在灵魂火后放置工业吹风机", + "compressedcreativity.recipe.smoking.air_blower": "在火焰后放置吹风机", + "compressedcreativity.recipe.smoking.industrial_air_blower": "在火焰后放置工业吹风机", + "compressedcreativity.recipe.washing.air_blower": "在水后放置吹风机", + "compressedcreativity.recipe.washing.industrial_air_blower": "在水后放置工业吹风机", + "compressedcreativity.tooltip.air": "空气:", + "compressedcreativity.tooltip.air_production": "产出空气:", + "compressedcreativity.tooltip.air_usage": "消耗空气:", + "compressedcreativity.tooltip.compressed_air_engine.idle_1": "这台机器目前处于空闲状态:", + "compressedcreativity.tooltip.compressed_air_engine.idle_2": "这台机器即使不工作也会消耗空气", + "compressedcreativity.tooltip.heat_summary": "热量状态:", + "compressedcreativity.tooltip.installed_mesh": "已安装的纱网:", + "compressedcreativity.tooltip.installed_mesh_none": "未安装纱网", + "compressedcreativity.tooltip.not_enough_pressure": "压力需求:", + "compressedcreativity.tooltip.not_enough_pressure_2": "这台机器需要更大的压力才能工作", + "compressedcreativity.tooltip.pressure": "压力:", + "compressedcreativity.tooltip.pressure_summary": "压力状态:", + "compressedcreativity.tooltip.processing_speed_multiplier": "加工速度倍率:", + "compressedcreativity.tooltip.rotational_compressor.wrong_direction": "旋转方向要求:", + "compressedcreativity.tooltip.rotational_compressor.wrong_direction_desc": "这台机器不能在这个方向上旋转", + "compressedcreativity.tooltip.temperature": "温度:", + "compressedcreativity.tooltip.temperature_cooling": "冷却速度:", + "compressedcreativity.unit.air": "mL", + "compressedcreativity.unit.air_per_tick": "mL/t", + "compressedcreativity.unit.bar": "bar", + "compressedcreativity.unit.temp": "°C", + "compressedcreativity.unit.temp_per_tick": "°C/t", + "item.compressedcreativity.brass_coated_upgrade_matrix": "黄铜涂层升级矩阵", + "item.compressedcreativity.brass_gilded_lapis_lazuli": "黄铜镀层青金石", + "item.compressedcreativity.engine_rotor": "引擎转子", + "item.compressedcreativity.incomplete_mesh_splashing": "浸水纱网(未完成)", + "item.compressedcreativity.mechanical_visor_upgrade": "机械护面升级", + "item.compressedcreativity.mesh_dense": "致密纱网", + "item.compressedcreativity.mesh_empty": "纱网框架", + "item.compressedcreativity.mesh_haunted": "缠魂纱网", + "item.compressedcreativity.mesh_splashing": "浸水纱网", + "item.compressedcreativity.mesh_splashing_frozen": "冻结的纱网", + "item.compressedcreativity.mesh_woven": "编织纱网", + "itemGroup.compressedcreativity.main": "压缩动力", + "pneumaticcraft.armor.upgrade.compressedcreativity.block_tracker_module_kinetic": "机械方块", + "pneumaticcraft.armor.upgrade.compressedcreativity.mechanical_visor": "机械护面", + "pneumaticcraft.gui.tab.info.item.armor.head.compressedcreativity.mechanical_visorUpgrade": "§0机械护面将允许你查看某些机械的动力学信息,就好像你戴着工程师护目镜一样。" +} diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/categories/compressed_creativity.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/categories/compressed_creativity.json new file mode 100644 index 000000000000..9271b612b8dc --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/categories/compressed_creativity.json @@ -0,0 +1,6 @@ +{ + "name": "Adding Creativity", + "description": "This entry teaches you about interactions with Create mod", + "icon": "create:cogwheel", + "sortnum": 14 +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/air_blower.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/air_blower.json new file mode 100644 index 000000000000..db8babe55a57 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/air_blower.json @@ -0,0 +1,17 @@ +{ + "name": "Air Blower", + "icon": "compressedcreativity:air_blower", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "The $(item)Air Blower$() is a machine that uses pressurized air to create Air Current, similar to a $(item)Encased Fan$()." + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/air_blower", + "text": "Creating an $(item)Air Blower$()" + } + ] +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/brackets.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/brackets.json new file mode 100644 index 000000000000..299d7dd86d70 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/brackets.json @@ -0,0 +1,18 @@ +{ + "name": "Brackets", + "icon": "create:metal_bracket", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "Ever wanted to put $(item)Wooden$() or $(item)Metal Bracket$() on a $(item)Pressure Tube$()? Now you can do that!" + }, + { + "type": "crafting", + "title": "Plastic Brackets", + "recipe": "compressedcreativity:crafting/orange_plastic_bracket", + "text": "You can also craft $(item)Plastic Brackets$()! They function identically to their wooden and metal counterpart and come in all 16 colors." + } + ] +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/compressed_air_engine.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/compressed_air_engine.json new file mode 100644 index 000000000000..86bd8c534fce --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/compressed_air_engine.json @@ -0,0 +1,17 @@ +{ + "name": "Compressed Air Engine", + "icon": "compressedcreativity:compressed_air_engine", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "The $(item)Compressed Air Engine$() is a machine that uses pressurized air to create rotational force. It will use air regardless of the pressure and it's working status, so make sure it is not wasting the air!" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/compressed_air_engine", + "text": "Creating a $(item)Compressed Air Engine$()" + } + ] +} diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/copper_backtank.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/copper_backtank.json new file mode 100644 index 000000000000..677055d75f30 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/copper_backtank.json @@ -0,0 +1,32 @@ +{ + "name": "Copper Backtank", + "icon": "create:copper_backtank", + "category": "pneumaticcraft:compressed_creativity", + "pages": [ + { + "type": "text", + "text": "$(item)Copper Backtank$() got additional functionality in both Block and Item form!$(br)It can charge up to 3 bar. $(br2)In Block Form, it will connect to pneumatic providers from the bottom side, making it act as a cheap Air Compressor. Excess air will be released." + }, + { + "type": "image", + "images": ["compressedcreativity:textures/gui/bt_block.png"], + "border": true, + "title": "Copper Backtank", + "text": "Copper Backtank acting as compressor" + }, + { + "type": "text", + "text": "In Item Form, it will act similarly to $(l:pneumaticcraft:components/air_canister)Air Canister$(). This gives you ability to charge it as any other Pneumatic item." + }, + { + "type": "image", + "images": ["compressedcreativity:textures/gui/bt_item.png"], + "border": false, + "title": "Copper Backtank", + "text": "Charging Copper Backtank in $(l:pneumaticcraft:machines/charging_station)Charging Station$()" + } + ], + "extra_recipe_mappings": { + "create:copper_backtank": 0 + } +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower.json new file mode 100644 index 000000000000..1e9b1e3ccafb --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower.json @@ -0,0 +1,21 @@ +{ + "name": "Industrial Air Blower", + "icon": "compressedcreativity:industrial_air_blower", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "The $(item)Industrial Air Blower$() is more advanced version of it's regular counterpart.$(br)It supports higher pressure and can reach higher processing speed, but the drawbacks are higher air usage and shorter distance.$(br2)Another feature is that with certain temperatures it will produce smoking or blasting Air Current." + }, + { + "type": "text", + "text": "You can install different $(l:pneumaticcraft:industrial_air_blower_meshes)Meshes$() to alter that behavior.$(br2)By default, $(item)Industrial Air Blower$() will produce Smoking Air Current when over 100°C and Blasting when over 300°C" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/industrial_air_blower", + "text": "Creating an $(item)Industrial Air Blower$()$(br2)" + } + ] +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower_meshes.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower_meshes.json new file mode 100644 index 000000000000..f7fd8c6a5ae9 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/industrial_air_blower_meshes.json @@ -0,0 +1,45 @@ +{ + "name": "I.A.B. Meshes", + "icon": "compressedcreativity:mesh_splashing", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "Different types of $(item)Mesh$() can be used to alter the behaviour of Industrial Air Blower" + }, + { + "type": "crafting", + "title": "Mesh Frame", + "recipe": "compressedcreativity:crafting/mesh_empty", + "text": "$(item)Mesh Frame$() is a base for other meshes" + }, + { + "type": "crafting", + "title": "Dense Mesh", + "recipe": "compressedcreativity:crafting/mesh_dense", + "text": "$(item)Dense Mesh$() increases heat exchange. As a result, heat drains faster, but lower temperature (100°C) is required for Blasting processing" + }, + { + "type": "crafting", + "title": "Haunted Mesh", + "recipe": "compressedcreativity:crafting/mesh_haunted", + "text": "As hot air passes through $(item)Haunted Mesh$(), it starts processing Haunting recipes" + }, + { + "type": "crafting", + "title": "Woven Mesh", + "recipe": "compressedcreativity:crafting/mesh_woven", + "text": "$(item)Woven Mesh$() doesn't do much on it's own, but after filling it with water it becomes $(item)Water Soaked Mesh$()" + }, + { + "type": "spotlight", + "title": "Water Soaked Mesh", + "item": "compressedcreativity:mesh_splashing", + "text": "$(item)Water Soaked Mesh$() turns Air Current into Splashing one! Make sure to keep it at stable temperatures..." + } + ], + "extra_recipe_mappings": { + "compressedcreativity:mesh_splashing": 5 + } +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/intro.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/intro.json new file mode 100644 index 000000000000..562a2e08be74 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/intro.json @@ -0,0 +1,60 @@ +{ + "name": "Adding Creativity", + "icon": "create:cogwheel", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "create:andesite_alloy", + "priority": "true", + "pages": [ + { + "type": "text", + "text": "Have you ever thought: $(o)\"These pneumatic machines are so cool, if only there was a way to make them cooler\"$(). Worry not, now you can integrate your setups from PneumaticCraft and Create!" + }, + { + "type": "spotlight", + "item": "compressedcreativity:rotational_compressor", + "text": "The $(l:pneumaticcraft:rotational_compressor)Rotational Compressor$() is a type of compressor that uses rotation from Create to generate pressure." + }, + { + "type": "spotlight", + "item": "create:copper_backtank", + "text": "The $(l:pneumaticcraft:copper_backtank)Copper Backtank$() received additional functionality, having pneumatic capabilities in both Item and Block form." + }, + { + "type": "spotlight", + "item": "pneumaticcraft:charging_upgrade", + "text": "$(l:base_concepts/upgrades#charging)Charging Upgrade$() receives additional functionality: Now it supplies Create Tools such as $(item)Extendo Grip$() and $(item)Potato Cannon$() with air." + }, + { + "type": "spotlight", + "item": "compressedcreativity:air_blower", + "text": "The $(l:pneumaticcraft:air_blower)Air Blower$() is a machine that uses pressurized air to create Air Current, similar to a $(item)Encased Fan$()." + }, + { + "type": "spotlight", + "item": "compressedcreativity:industrial_air_blower", + "text": "The $(l:pneumaticcraft:industrial_air_blower)Industrial Air Blower$() is a version of $(item)Air Blower$() that has additional features, such as higher processing speeds and ability to alter processing type using various $(l:pneumaticcraft:industrial_air_blower_meshes)Meshes$()." + }, + { + "type": "spotlight", + "title": "Meshes", + "item": "compressedcreativity:mesh_splashing", + "text": "$(l:pneumaticcraft:industrial_air_blower_meshes)Meshes$() provide additional functionality to Industrial Air Blower" + }, + { + "type": "spotlight", + "item": "compressedcreativity:compressed_air_engine", + "text": "The $(l:pneumaticcraft:compressed_air_engine)Compressed Air Engine$() is a kinetic engine that uses pressurized air. It uses air even if it's not working, so make sure it has enough pressure!" + }, + { + "type": "spotlight", + "item": "compressedcreativity:mechanical_visor_upgrade", + "text": "When installed in $(l:armor/pneumatic_helmet)Pneumatic Helmet$(), $(l:pneumaticcraft:mechanical_visor_upgrade)Mechanical Visor Upgrade$() will provide Engineer's Goggles functionality." + }, + { + "type": "spotlight", + "title": "Plastic Brackets", + "item": "compressedcreativity:orange_plastic_bracket", + "text": "$(l:pneumaticcraft:brackets)Plastic Bracket$() is a new colorful bracket type, supporting Shafts, Pipes, Cogs and also Pressure Tubes!" + } + ] +} diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/mechanical_visor_upgrade.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/mechanical_visor_upgrade.json new file mode 100644 index 000000000000..385bc41c1382 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/mechanical_visor_upgrade.json @@ -0,0 +1,17 @@ +{ + "name": "Mechanical Visor Upgrade", + "icon": "compressedcreativity:mechanical_visor_upgrade", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "The $(item)Mechanical Visor$() is an upgrade that allows you to check mechanical stats of machines, similar to how $(item)Engineer's Goggles$() do.$(br2)With $(l:base_concepts/upgrades#block_tracker)Block Tracker Upgrade$() installed you get ability to have separate widget for your armor and see the tooltips in-world!" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/mechanical_visor_upgrade", + "text": "Creating a $(item)Mechanical Visor$()" + } + ] +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/rotational_compressor.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/rotational_compressor.json new file mode 100644 index 000000000000..f4afc40aeede --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/en_us/entries/rotational_compressor.json @@ -0,0 +1,17 @@ +{ + "name": "Rotational Compressor", + "icon": "compressedcreativity:rotational_compressor", + "category": "pneumaticcraft:compressors", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "The $(item)Rotational Compressor$() is a type of compressor that uses rotation from Create to generate pressure." + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/rotational_compressor", + "text": "Creating a $(item)Rotational Compressor$()" + } + ] +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/categories/compressed_creativity.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/categories/compressed_creativity.json new file mode 100644 index 000000000000..0c39f0631612 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/categories/compressed_creativity.json @@ -0,0 +1,6 @@ +{ + "name": "气动机械", + "description": "本章节主要介绍与机械动力模组联动的内容。", + "icon": "create:cogwheel", + "sortnum": 14 +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/air_blower.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/air_blower.json new file mode 100644 index 000000000000..c0185487cc46 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/air_blower.json @@ -0,0 +1,17 @@ +{ + "name": "吹风机", + "icon": "compressedcreativity:air_blower", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "$(item)吹风机$()是使用压缩空气制造气流的机器,与$(item)鼓风机$()类似。" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/air_blower", + "text": "$(item)吹风机$()的合成表" + } + ] +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/brackets.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/brackets.json new file mode 100644 index 000000000000..f4838e0b8860 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/brackets.json @@ -0,0 +1,18 @@ +{ + "name": "支架", + "icon": "create:metal_bracket", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "曾想过把$(item)木质支架$()或$(item)金属支架$()架在$(item)压力管道$()上吗?你的梦想成真了!" + }, + { + "type": "crafting", + "title": "塑料支架", + "recipe": "compressedcreativity:crafting/orange_plastic_bracket", + "text": "你还可以合成$(item)塑料支架$()!它跟木质支架还有金属支架的工作方式完全一致,且有16种不同颜色。" + } + ] +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json new file mode 100644 index 000000000000..db59db25c3d2 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json @@ -0,0 +1,17 @@ +{ + "name": "压缩空气引擎", + "icon": "compressedcreativity:compressed_air_engine", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "$(item)压缩空气引擎$()是使用压缩空气产生旋转力的机器。它会无视压力和工作状态消耗压缩空气,请务必注意其是否在浪费!" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/compressed_air_engine", + "text": "$(item)压缩空气引擎$()的合成表" + } + ] +} diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json new file mode 100644 index 000000000000..c89114833418 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json @@ -0,0 +1,32 @@ +{ + "name": "铜背罐", + "icon": "create:copper_backtank", + "category": "pneumaticcraft:compressed_creativity", + "pages": [ + { + "type": "text", + "text": "方块形态和物品形态的$(item)铜背罐$()都有了全新功能!$(br)它最多可充至3 bar。$(br2)在方块形态下,其底部会与各种供气端口连接,可用作简易空气压缩机。多余的空气会被直接排出。" + }, + { + "type": "image", + "images": ["compressedcreativity:textures/gui/bt_block.png"], + "border": true, + "title": "铜背罐", + "text": "铜背罐用作压缩机" + }, + { + "type": "text", + "text": "在物品形态下,其与$(l:pneumaticcraft:components/air_canister)空气罐$()功能类似。也即可以充气,就和任何压缩空气容器一样。" + }, + { + "type": "image", + "images": ["compressedcreativity:textures/gui/bt_item.png"], + "border": false, + "title": "铜背罐", + "text": "在$(l:pneumaticcraft:machines/charging_station)充气站$()中为铜背罐充气。" + } + ], + "extra_recipe_mappings": { + "create:copper_backtank": 0 + } +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json new file mode 100644 index 000000000000..e1ed40e30894 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json @@ -0,0 +1,21 @@ +{ + "name": "工业吹风机", + "icon": "compressedcreativity:industrial_air_blower", + "category": "pneumaticcraft:machines", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "$(item)工业吹风机$()是更为高级的吹风机。$(br)它能承受更高的压力,加工速度也可更快。但同时会导致高压气体消耗增加,气流的吹拂距离也较短。$(br2)它的另一功能在于,当达到某温度时,其产生的气流可用于烟熏和熔炼。" + }, + { + "type": "text", + "text": "可以安装各种$(l:pneumaticcraft:industrial_air_blower_meshes)纱网$()以改变其功用。$(br2)默认状况下,$(item)工业吹风机$()所产生的气流在温度超过100°C时可用于烟熏,超过300°C时则可用于熔炼。" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/industrial_air_blower", + "text": "$(item)工业吹风机$()$(br2)的合成表" + } + ] +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower_meshes.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower_meshes.json new file mode 100644 index 000000000000..927b04cae88f --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower_meshes.json @@ -0,0 +1,45 @@ +{ + "name": "工业吹风机纱网", + "icon": "compressedcreativity:mesh_splashing", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "安装不同种类的$(item)纱网$(),就能相应改变工业吹风机的功用。" + }, + { + "type": "crafting", + "title": "纱网框架", + "recipe": "compressedcreativity:crafting/mesh_empty", + "text": "$(item)纱网框架$()是其他纱网的基底。" + }, + { + "type": "crafting", + "title": "致密纱网", + "recipe": "compressedcreativity:crafting/mesh_dense", + "text": "$(item)致密纱网$()能增加热交换。因此,热量耗散速度上升,但熔炼所需的温度也会降低(100°C)。" + }, + { + "type": "crafting", + "title": "缠魂纱网", + "recipe": "compressedcreativity:crafting/mesh_haunted", + "text": "当热空气穿过$(item)缠魂纱网$()后,其就可用于缠魂。" + }, + { + "type": "crafting", + "title": "编织纱网", + "recipe": "compressedcreativity:crafting/mesh_woven", + "text": "$(item)编织纱网$()自身没有功用,但在将其浸水后,它就会变成$(item)浸水纱网$()。" + }, + { + "type": "spotlight", + "title": "浸水纱网", + "item": "compressedcreativity:mesh_splashing", + "text": "$(item)浸水纱网$()可使气流用于洗涤!但一定要注意控制温度……" + } + ], + "extra_recipe_mappings": { + "compressedcreativity:mesh_splashing": 5 + } +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json new file mode 100644 index 000000000000..76052752c801 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json @@ -0,0 +1,60 @@ +{ + "name": "气动机械", + "icon": "create:cogwheel", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "create:andesite_alloy", + "priority": "true", + "pages": [ + { + "type": "text", + "text": "你可曾想过:$(o)“气动机器真是酷,但总该能把它们变得酷上加酷。”$()不必担心,现在你就能体验气动工艺和机械动力联动的内容了!" + }, + { + "type": "spotlight", + "item": "compressedcreativity:rotational_compressor", + "text": "$(l:pneumaticcraft:rotational_compressor)旋转压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" + }, + { + "type": "spotlight", + "item": "create:copper_backtank", + "text": "$(l:pneumaticcraft:copper_backtank)铜背罐$()有了全新功能:在物品状态和方块状态下都有了气动功用。" + }, + { + "type": "spotlight", + "item": "pneumaticcraft:charging_upgrade", + "text": "$(l:base_concepts/upgrades#charging)充气升级$()有了全新功能:$(item)伸缩机械手$()和$(item)土豆加农炮$()之类的机械动力工具也能以此充入空气。" + }, + { + "type": "spotlight", + "item": "compressedcreativity:air_blower", + "text": "$(l:pneumaticcraft:air_blower)吹风机$()是使用压缩空气制造气流的机器,与$(item)鼓风机$()类似。" + }, + { + "type": "spotlight", + "item": "compressedcreativity:industrial_air_blower", + "text": "$(l:pneumaticcraft:industrial_air_blower)工业吹风机$()是具有额外功能的$(item)吹风机$(),如更高的加工速度,和通过$(l:pneumaticcraft:industrial_air_blower_meshes)纱网$()更改加工方式的能力。" + }, + { + "type": "spotlight", + "title": "Meshes", + "item": "compressedcreativity:mesh_splashing", + "text": "$(l:pneumaticcraft:industrial_air_blower_meshes)纱网$()能为工业吹风机提供额外的加工能力。" + }, + { + "type": "spotlight", + "item": "compressedcreativity:compressed_air_engine", + "text": "$(l:pneumaticcraft:compressed_air_engine)压缩空气引擎$()是使用压缩空气的动力引擎。就算不处于工作状态,它仍会消耗空气,所以请务必保证其有足够的压力!" + }, + { + "type": "spotlight", + "item": "compressedcreativity:mechanical_visor_upgrade", + "text": "安装入$(l:armor/pneumatic_helmet)气动头盔$()时,$(l:pneumaticcraft:mechanical_visor_upgrade)机械护面升级$()将会提供与工程师护目镜一致的功能。" + }, + { + "type": "spotlight", + "title": "塑料支架", + "item": "compressedcreativity:orange_plastic_bracket", + "text": "$(l:pneumaticcraft:brackets)塑料支架$()是一种五颜六色的全新支架,能支撑传动杆、管道、齿轮以及压力管道!" + } + ] +} diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/mechanical_visor_upgrade.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/mechanical_visor_upgrade.json new file mode 100644 index 000000000000..e582e4ee0ca6 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/mechanical_visor_upgrade.json @@ -0,0 +1,17 @@ +{ + "name": "机械护面升级", + "icon": "compressedcreativity:mechanical_visor_upgrade", + "category": "pneumaticcraft:compressed_creativity", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "$(item)机械护面升级$()是能让你查看机械的动力学状态的升级,和$(item)工程师护目镜$()的工作方式类似。$(br2)若与$(l:base_concepts/upgrades#block_tracker)方块追踪升级$()同时安装,则方块追踪也能追踪机械动力的方块,还能查看其动力学状态!" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/mechanical_visor_upgrade", + "text": "$(item)机械护面升级$()的合成表" + } + ] +} \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json new file mode 100644 index 000000000000..505cb7102002 --- /dev/null +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json @@ -0,0 +1,17 @@ +{ + "name": "旋转压缩机", + "icon": "compressedcreativity:rotational_compressor", + "category": "pneumaticcraft:compressors", + "advancement": "pneumaticcraft:pressure_tube", + "pages": [ + { + "type": "text", + "text": "$(item)旋转压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" + }, + { + "type": "crafting", + "recipe": "compressedcreativity:crafting/rotational_compressor", + "text": "$(item)旋转压缩机$()的合成表" + } + ] +} \ No newline at end of file From 003ea1a9154babbec066e9cd031bbea7d786b66c Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 18 Nov 2023 20:43:33 +0800 Subject: [PATCH 3/4] fix --- .../book/zh_cn/entries/compressed_air_engine.json | 2 +- .../patchouli_books/book/zh_cn/entries/copper_backtank.json | 2 +- .../book/zh_cn/entries/industrial_air_blower.json | 2 +- .../book/zh_cn/entries/compressed_air_engine.json | 2 +- .../patchouli_books/book/zh_cn/entries/copper_backtank.json | 2 +- .../book/zh_cn/entries/industrial_air_blower.json | 2 +- .../book/zh_cn/entries/compressed_air_engine.json | 2 +- .../patchouli_books/book/zh_cn/entries/copper_backtank.json | 2 +- .../book/zh_cn/entries/industrial_air_blower.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json index db59db25c3d2..1b70366c6903 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json @@ -6,7 +6,7 @@ "pages": [ { "type": "text", - "text": "$(item)压缩空气引擎$()是使用压缩空气产生旋转力的机器。它会无视压力和工作状态消耗压缩空气,请务必注意其是否在浪费!" + "text": "$(item)压缩空气引擎$()是使用压缩空气产生旋转力的机器。它会无视压力和工作状态消耗压缩空气;请务必注意其是否在浪费空气!" }, { "type": "crafting", diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json index c89114833418..5e0e01fcb131 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json @@ -23,7 +23,7 @@ "images": ["compressedcreativity:textures/gui/bt_item.png"], "border": false, "title": "铜背罐", - "text": "在$(l:pneumaticcraft:machines/charging_station)充气站$()中为铜背罐充气。" + "text": "在$(l:pneumaticcraft:machines/charging_station)充气站$()中为铜背罐充气" } ], "extra_recipe_mappings": { diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json index e1ed40e30894..ffc03feaabd8 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json @@ -15,7 +15,7 @@ { "type": "crafting", "recipe": "compressedcreativity:crafting/industrial_air_blower", - "text": "$(item)工业吹风机$()$(br2)的合成表" + "text": "$(item)工业吹风机$()的合成表$(br2)" } ] } \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json index db59db25c3d2..1b70366c6903 100644 --- a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json @@ -6,7 +6,7 @@ "pages": [ { "type": "text", - "text": "$(item)压缩空气引擎$()是使用压缩空气产生旋转力的机器。它会无视压力和工作状态消耗压缩空气,请务必注意其是否在浪费!" + "text": "$(item)压缩空气引擎$()是使用压缩空气产生旋转力的机器。它会无视压力和工作状态消耗压缩空气;请务必注意其是否在浪费空气!" }, { "type": "crafting", diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json index c89114833418..5e0e01fcb131 100644 --- a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json @@ -23,7 +23,7 @@ "images": ["compressedcreativity:textures/gui/bt_item.png"], "border": false, "title": "铜背罐", - "text": "在$(l:pneumaticcraft:machines/charging_station)充气站$()中为铜背罐充气。" + "text": "在$(l:pneumaticcraft:machines/charging_station)充气站$()中为铜背罐充气" } ], "extra_recipe_mappings": { diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json index e1ed40e30894..ffc03feaabd8 100644 --- a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json @@ -15,7 +15,7 @@ { "type": "crafting", "recipe": "compressedcreativity:crafting/industrial_air_blower", - "text": "$(item)工业吹风机$()$(br2)的合成表" + "text": "$(item)工业吹风机$()的合成表$(br2)" } ] } \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json index db59db25c3d2..1b70366c6903 100644 --- a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/compressed_air_engine.json @@ -6,7 +6,7 @@ "pages": [ { "type": "text", - "text": "$(item)压缩空气引擎$()是使用压缩空气产生旋转力的机器。它会无视压力和工作状态消耗压缩空气,请务必注意其是否在浪费!" + "text": "$(item)压缩空气引擎$()是使用压缩空气产生旋转力的机器。它会无视压力和工作状态消耗压缩空气;请务必注意其是否在浪费空气!" }, { "type": "crafting", diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json index c89114833418..5e0e01fcb131 100644 --- a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/copper_backtank.json @@ -23,7 +23,7 @@ "images": ["compressedcreativity:textures/gui/bt_item.png"], "border": false, "title": "铜背罐", - "text": "在$(l:pneumaticcraft:machines/charging_station)充气站$()中为铜背罐充气。" + "text": "在$(l:pneumaticcraft:machines/charging_station)充气站$()中为铜背罐充气" } ], "extra_recipe_mappings": { diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json index e1ed40e30894..ffc03feaabd8 100644 --- a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/industrial_air_blower.json @@ -15,7 +15,7 @@ { "type": "crafting", "recipe": "compressedcreativity:crafting/industrial_air_blower", - "text": "$(item)工业吹风机$()$(br2)的合成表" + "text": "$(item)工业吹风机$()的合成表$(br2)" } ] } \ No newline at end of file From 27415720d41dc2730577e03351335e1178226785 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:16:10 +0800 Subject: [PATCH 4/4] fix --- .../compressedcreativity/lang/zh_cn.json | 4 ++-- .../patchouli_books/book/zh_cn/entries/intro.json | 2 +- .../book/zh_cn/entries/rotational_compressor.json | 6 +++--- .../compressedcreativity/lang/zh_cn.json | 4 ++-- .../patchouli_books/book/zh_cn/entries/intro.json | 2 +- .../book/zh_cn/entries/rotational_compressor.json | 6 +++--- .../compressedcreativity/lang/zh_cn.json | 4 ++-- .../patchouli_books/book/zh_cn/entries/intro.json | 2 +- .../book/zh_cn/entries/rotational_compressor.json | 6 +++--- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/projects/1.18/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json b/projects/1.18/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json index b70443f3aa38..9e58040c5aef 100644 --- a/projects/1.18/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json +++ b/projects/1.18/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json @@ -21,7 +21,7 @@ "block.compressedcreativity.pink_plastic_bracket": "粉红色塑料支架", "block.compressedcreativity.purple_plastic_bracket": "紫色塑料支架", "block.compressedcreativity.red_plastic_bracket": "红色塑料支架", - "block.compressedcreativity.rotational_compressor": "旋转压缩机", + "block.compressedcreativity.rotational_compressor": "旋转力压缩机", "block.compressedcreativity.white_plastic_bracket": "白色塑料支架", "block.compressedcreativity.yellow_plastic_bracket": "黄色塑料支架", "compressedcreativity.gui.tooltip.expand": "按下Shift以获取信息", @@ -44,7 +44,7 @@ "compressedcreativity.ponder.compressed_air_engine.text_1": "压缩空气引擎使用压缩空气产生旋转力", "compressedcreativity.ponder.compressed_air_engine.text_2": "多个引擎可以通过依次放置或用扳手连接来组合在一起", "compressedcreativity.ponder.rotational_compressor.header": "使用动力生成压缩空气", - "compressedcreativity.ponder.rotational_compressor.text_1": "旋转压缩机用于产生压缩空气", + "compressedcreativity.ponder.rotational_compressor.text_1": "旋转力压缩机用于产生压缩空气", "compressedcreativity.ponder.rotational_compressor.text_2": "需要使用特定方向的旋转力才能使压缩机工作", "compressedcreativity.ponder.rotational_compressor.text_3": "空气会从管道或某些机器的未连接侧泄漏!", "compressedcreativity.ponder.rotational_compressor.text_4": "不要让压力在机器中积聚", diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json index 76052752c801..f78aed920589 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json @@ -12,7 +12,7 @@ { "type": "spotlight", "item": "compressedcreativity:rotational_compressor", - "text": "$(l:pneumaticcraft:rotational_compressor)旋转压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" + "text": "$(l:pneumaticcraft:rotational_compressor)旋转力压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" }, { "type": "spotlight", diff --git a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json index 505cb7102002..f89216f3681a 100644 --- a/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json +++ b/projects/1.18/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json @@ -1,17 +1,17 @@ { - "name": "旋转压缩机", + "name": "旋转力压缩机", "icon": "compressedcreativity:rotational_compressor", "category": "pneumaticcraft:compressors", "advancement": "pneumaticcraft:pressure_tube", "pages": [ { "type": "text", - "text": "$(item)旋转压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" + "text": "$(item)旋转力压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" }, { "type": "crafting", "recipe": "compressedcreativity:crafting/rotational_compressor", - "text": "$(item)旋转压缩机$()的合成表" + "text": "$(item)旋转力压缩机$()的合成表" } ] } \ No newline at end of file diff --git a/projects/1.19/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json b/projects/1.19/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json index b70443f3aa38..9e58040c5aef 100644 --- a/projects/1.19/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json +++ b/projects/1.19/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json @@ -21,7 +21,7 @@ "block.compressedcreativity.pink_plastic_bracket": "粉红色塑料支架", "block.compressedcreativity.purple_plastic_bracket": "紫色塑料支架", "block.compressedcreativity.red_plastic_bracket": "红色塑料支架", - "block.compressedcreativity.rotational_compressor": "旋转压缩机", + "block.compressedcreativity.rotational_compressor": "旋转力压缩机", "block.compressedcreativity.white_plastic_bracket": "白色塑料支架", "block.compressedcreativity.yellow_plastic_bracket": "黄色塑料支架", "compressedcreativity.gui.tooltip.expand": "按下Shift以获取信息", @@ -44,7 +44,7 @@ "compressedcreativity.ponder.compressed_air_engine.text_1": "压缩空气引擎使用压缩空气产生旋转力", "compressedcreativity.ponder.compressed_air_engine.text_2": "多个引擎可以通过依次放置或用扳手连接来组合在一起", "compressedcreativity.ponder.rotational_compressor.header": "使用动力生成压缩空气", - "compressedcreativity.ponder.rotational_compressor.text_1": "旋转压缩机用于产生压缩空气", + "compressedcreativity.ponder.rotational_compressor.text_1": "旋转力压缩机用于产生压缩空气", "compressedcreativity.ponder.rotational_compressor.text_2": "需要使用特定方向的旋转力才能使压缩机工作", "compressedcreativity.ponder.rotational_compressor.text_3": "空气会从管道或某些机器的未连接侧泄漏!", "compressedcreativity.ponder.rotational_compressor.text_4": "不要让压力在机器中积聚", diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json index 76052752c801..f78aed920589 100644 --- a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json @@ -12,7 +12,7 @@ { "type": "spotlight", "item": "compressedcreativity:rotational_compressor", - "text": "$(l:pneumaticcraft:rotational_compressor)旋转压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" + "text": "$(l:pneumaticcraft:rotational_compressor)旋转力压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" }, { "type": "spotlight", diff --git a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json index 505cb7102002..f89216f3681a 100644 --- a/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json +++ b/projects/1.19/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json @@ -1,17 +1,17 @@ { - "name": "旋转压缩机", + "name": "旋转力压缩机", "icon": "compressedcreativity:rotational_compressor", "category": "pneumaticcraft:compressors", "advancement": "pneumaticcraft:pressure_tube", "pages": [ { "type": "text", - "text": "$(item)旋转压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" + "text": "$(item)旋转力压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" }, { "type": "crafting", "recipe": "compressedcreativity:crafting/rotational_compressor", - "text": "$(item)旋转压缩机$()的合成表" + "text": "$(item)旋转力压缩机$()的合成表" } ] } \ No newline at end of file diff --git a/projects/1.20/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json b/projects/1.20/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json index b70443f3aa38..9e58040c5aef 100644 --- a/projects/1.20/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json +++ b/projects/1.20/assets/compressedcreativity/compressedcreativity/lang/zh_cn.json @@ -21,7 +21,7 @@ "block.compressedcreativity.pink_plastic_bracket": "粉红色塑料支架", "block.compressedcreativity.purple_plastic_bracket": "紫色塑料支架", "block.compressedcreativity.red_plastic_bracket": "红色塑料支架", - "block.compressedcreativity.rotational_compressor": "旋转压缩机", + "block.compressedcreativity.rotational_compressor": "旋转力压缩机", "block.compressedcreativity.white_plastic_bracket": "白色塑料支架", "block.compressedcreativity.yellow_plastic_bracket": "黄色塑料支架", "compressedcreativity.gui.tooltip.expand": "按下Shift以获取信息", @@ -44,7 +44,7 @@ "compressedcreativity.ponder.compressed_air_engine.text_1": "压缩空气引擎使用压缩空气产生旋转力", "compressedcreativity.ponder.compressed_air_engine.text_2": "多个引擎可以通过依次放置或用扳手连接来组合在一起", "compressedcreativity.ponder.rotational_compressor.header": "使用动力生成压缩空气", - "compressedcreativity.ponder.rotational_compressor.text_1": "旋转压缩机用于产生压缩空气", + "compressedcreativity.ponder.rotational_compressor.text_1": "旋转力压缩机用于产生压缩空气", "compressedcreativity.ponder.rotational_compressor.text_2": "需要使用特定方向的旋转力才能使压缩机工作", "compressedcreativity.ponder.rotational_compressor.text_3": "空气会从管道或某些机器的未连接侧泄漏!", "compressedcreativity.ponder.rotational_compressor.text_4": "不要让压力在机器中积聚", diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json index 76052752c801..f78aed920589 100644 --- a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/intro.json @@ -12,7 +12,7 @@ { "type": "spotlight", "item": "compressedcreativity:rotational_compressor", - "text": "$(l:pneumaticcraft:rotational_compressor)旋转压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" + "text": "$(l:pneumaticcraft:rotational_compressor)旋转力压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" }, { "type": "spotlight", diff --git a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json index 505cb7102002..f89216f3681a 100644 --- a/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json +++ b/projects/1.20/assets/compressedcreativity/pneumaticcraft/patchouli_books/book/zh_cn/entries/rotational_compressor.json @@ -1,17 +1,17 @@ { - "name": "旋转压缩机", + "name": "旋转力压缩机", "icon": "compressedcreativity:rotational_compressor", "category": "pneumaticcraft:compressors", "advancement": "pneumaticcraft:pressure_tube", "pages": [ { "type": "text", - "text": "$(item)旋转压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" + "text": "$(item)旋转力压缩机$()是一种使用机械动力的旋转力产生压力的压缩机。" }, { "type": "crafting", "recipe": "compressedcreativity:crafting/rotational_compressor", - "text": "$(item)旋转压缩机$()的合成表" + "text": "$(item)旋转力压缩机$()的合成表" } ] } \ No newline at end of file