From 4bac7b48121a6beccd12ab8d8d9211a855c0248f Mon Sep 17 00:00:00 2001 From: DrMangoTea Date: Sat, 26 Jul 2025 08:40:22 +0200 Subject: [PATCH] pipes fixes --- .../blockstates/aluminum_fluid_valve.json | 196 ++++++++++++++++++ .../tfmg/blockstates/brass_fluid_valve.json | 196 ++++++++++++++++++ .../blockstates/cast_iron_fluid_valve.json | 196 ++++++++++++++++++ .../tfmg/blockstates/plastic_fluid_valve.json | 196 ++++++++++++++++++ .../tfmg/blockstates/steel_fluid_valve.json | 196 ++++++++++++++++++ .../models/item/aluminum_fluid_valve.json | 3 + .../tfmg/models/item/brass_fluid_valve.json | 3 + .../models/item/cast_iron_fluid_valve.json | 3 + .../tfmg/models/item/plastic_fluid_valve.json | 3 + .../tfmg/models/item/steel_fluid_valve.json | 3 + .../materials/aluminum_fluid_valve.json | 32 +++ .../materials/aluminum_mechanical_pump.json | 32 +++ .../crafting/materials/aluminum_pipe.json | 32 +++ .../materials/aluminum_pipe_vertical.json | 32 +++ .../materials/aluminum_smart_fluid_pipe.json | 32 +++ .../crafting/materials/brass_fluid_valve.json | 32 +++ .../materials/brass_mechanical_pump.json | 32 +++ .../misc/crafting/materials/brass_pipe.json | 32 +++ .../materials/brass_pipe_vertical.json | 32 +++ .../materials/brass_smart_fluid_pipe.json | 32 +++ .../materials/cast_iron_fluid_valve.json | 32 +++ .../materials/cast_iron_mechanical_pump.json | 32 +++ .../crafting/materials/cast_iron_pipe.json | 32 +++ .../materials/cast_iron_pipe_vertical.json | 32 +++ .../materials/cast_iron_smart_fluid_pipe.json | 32 +++ .../materials/plastic_fluid_valve.json | 32 +++ .../materials/plastic_mechanical_pump.json | 32 +++ .../misc/crafting/materials/plastic_pipe.json | 32 +++ .../materials/plastic_pipe_vertical.json | 32 +++ .../materials/plastic_smart_fluid_pipe.json | 32 +++ .../crafting/materials/steel_fluid_valve.json | 32 +++ .../materials/steel_mechanical_pump.json | 32 +++ .../misc/crafting/materials/steel_pipe.json | 32 +++ .../materials/steel_pipe_vertical.json | 32 +++ .../materials/steel_smart_fluid_pipe.json | 32 +++ .../blocks/aluminum_fluid_valve.json | 21 ++ .../loot_table/blocks/brass_fluid_valve.json | 21 ++ .../blocks/cast_iron_fluid_valve.json | 21 ++ .../blocks/plastic_fluid_valve.json | 21 ++ .../loot_table/blocks/steel_fluid_valve.json | 21 ++ .../materials/aluminum_fluid_valve.json | 16 ++ .../materials/aluminum_mechanical_pump.json | 16 ++ .../crafting/materials/aluminum_pipe.json | 21 ++ .../materials/aluminum_pipe_vertical.json | 21 ++ .../materials/aluminum_smart_fluid_pipe.json | 24 +++ .../crafting/materials/brass_fluid_valve.json | 16 ++ .../materials/brass_mechanical_pump.json | 16 ++ .../recipe/crafting/materials/brass_pipe.json | 21 ++ .../materials/brass_pipe_vertical.json | 21 ++ .../materials/brass_smart_fluid_pipe.json | 24 +++ .../materials/cast_iron_fluid_valve.json | 16 ++ .../materials/cast_iron_mechanical_pump.json | 16 ++ .../crafting/materials/cast_iron_pipe.json | 21 ++ .../materials/cast_iron_pipe_vertical.json | 21 ++ .../materials/cast_iron_smart_fluid_pipe.json | 24 +++ .../materials/plastic_fluid_valve.json | 16 ++ .../materials/plastic_mechanical_pump.json | 16 ++ .../crafting/materials/plastic_pipe.json | 18 ++ .../materials/plastic_pipe_vertical.json | 18 ++ .../materials/plastic_smart_fluid_pipe.json | 24 +++ .../crafting/materials/steel_fluid_valve.json | 16 ++ .../materials/steel_mechanical_pump.json | 16 ++ .../recipe/crafting/materials/steel_pipe.json | 21 ++ .../materials/steel_pipe_vertical.json | 21 ++ .../materials/steel_smart_fluid_pipe.json | 24 +++ 65 files changed, 2384 insertions(+) create mode 100644 src/generated/resources/assets/tfmg/blockstates/aluminum_fluid_valve.json create mode 100644 src/generated/resources/assets/tfmg/blockstates/brass_fluid_valve.json create mode 100644 src/generated/resources/assets/tfmg/blockstates/cast_iron_fluid_valve.json create mode 100644 src/generated/resources/assets/tfmg/blockstates/plastic_fluid_valve.json create mode 100644 src/generated/resources/assets/tfmg/blockstates/steel_fluid_valve.json create mode 100644 src/generated/resources/assets/tfmg/models/item/aluminum_fluid_valve.json create mode 100644 src/generated/resources/assets/tfmg/models/item/brass_fluid_valve.json create mode 100644 src/generated/resources/assets/tfmg/models/item/cast_iron_fluid_valve.json create mode 100644 src/generated/resources/assets/tfmg/models/item/plastic_fluid_valve.json create mode 100644 src/generated/resources/assets/tfmg/models/item/steel_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_mechanical_pump.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_pipe.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_pipe_vertical.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_smart_fluid_pipe.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_mechanical_pump.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_pipe.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_pipe_vertical.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_smart_fluid_pipe.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_mechanical_pump.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_pipe.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_pipe_vertical.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_smart_fluid_pipe.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_mechanical_pump.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_pipe.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_pipe_vertical.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_smart_fluid_pipe.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_mechanical_pump.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_pipe.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_pipe_vertical.json create mode 100644 src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_smart_fluid_pipe.json create mode 100644 src/generated/resources/data/tfmg/loot_table/blocks/aluminum_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/loot_table/blocks/brass_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/loot_table/blocks/cast_iron_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/loot_table/blocks/plastic_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/loot_table/blocks/steel_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_mechanical_pump.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_pipe.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_pipe_vertical.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_smart_fluid_pipe.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/brass_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/brass_mechanical_pump.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/brass_pipe.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/brass_pipe_vertical.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/brass_smart_fluid_pipe.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_mechanical_pump.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_pipe.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_pipe_vertical.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_smart_fluid_pipe.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_mechanical_pump.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_pipe.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_pipe_vertical.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_smart_fluid_pipe.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/steel_fluid_valve.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/steel_mechanical_pump.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/steel_pipe.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/steel_pipe_vertical.json create mode 100644 src/generated/resources/data/tfmg/recipe/crafting/materials/steel_smart_fluid_pipe.json diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_fluid_valve.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_fluid_valve.json new file mode 100644 index 00000000..2b457451 --- /dev/null +++ b/src/generated/resources/assets/tfmg/blockstates/aluminum_fluid_valve.json @@ -0,0 +1,196 @@ +{ + "variants": { + "axis_along_first=false,enabled=false,facing=down,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=down,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=east,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "y": 270 + }, + "axis_along_first=false,enabled=false,facing=east,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "y": 270 + }, + "axis_along_first=false,enabled=false,facing=north,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed", + "y": 180 + }, + "axis_along_first=false,enabled=false,facing=north,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed", + "y": 180 + }, + "axis_along_first=false,enabled=false,facing=south,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed" + }, + "axis_along_first=false,enabled=false,facing=south,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed" + }, + "axis_along_first=false,enabled=false,facing=up,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=up,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=west,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=west,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=down,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=down,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=east,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "y": 270 + }, + "axis_along_first=false,enabled=true,facing=east,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "y": 270 + }, + "axis_along_first=false,enabled=true,facing=north,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_open", + "y": 180 + }, + "axis_along_first=false,enabled=true,facing=north,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_open", + "y": 180 + }, + "axis_along_first=false,enabled=true,facing=south,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_open" + }, + "axis_along_first=false,enabled=true,facing=south,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_open" + }, + "axis_along_first=false,enabled=true,facing=up,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=up,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=west,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=west,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "y": 90 + }, + "axis_along_first=true,enabled=false,facing=down,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "x": 270 + }, + "axis_along_first=true,enabled=false,facing=down,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "x": 270 + }, + "axis_along_first=true,enabled=false,facing=east,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed", + "y": 270 + }, + "axis_along_first=true,enabled=false,facing=east,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed", + "y": 270 + }, + "axis_along_first=true,enabled=false,facing=north,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "y": 180 + }, + "axis_along_first=true,enabled=false,facing=north,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "y": 180 + }, + "axis_along_first=true,enabled=false,facing=south,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed" + }, + "axis_along_first=true,enabled=false,facing=south,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed" + }, + "axis_along_first=true,enabled=false,facing=up,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "x": 90 + }, + "axis_along_first=true,enabled=false,facing=up,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed", + "x": 90 + }, + "axis_along_first=true,enabled=false,facing=west,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed", + "y": 90 + }, + "axis_along_first=true,enabled=false,facing=west,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed", + "y": 90 + }, + "axis_along_first=true,enabled=true,facing=down,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "x": 270 + }, + "axis_along_first=true,enabled=true,facing=down,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "x": 270 + }, + "axis_along_first=true,enabled=true,facing=east,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_open", + "y": 270 + }, + "axis_along_first=true,enabled=true,facing=east,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_open", + "y": 270 + }, + "axis_along_first=true,enabled=true,facing=north,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "y": 180 + }, + "axis_along_first=true,enabled=true,facing=north,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "y": 180 + }, + "axis_along_first=true,enabled=true,facing=south,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open" + }, + "axis_along_first=true,enabled=true,facing=south,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open" + }, + "axis_along_first=true,enabled=true,facing=up,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "x": 90 + }, + "axis_along_first=true,enabled=true,facing=up,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open", + "x": 90 + }, + "axis_along_first=true,enabled=true,facing=west,waterlogged=false": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_open", + "y": 90 + }, + "axis_along_first=true,enabled=true,facing=west,waterlogged=true": { + "model": "tfmg:block/aluminum_fluid_valve/block_vertical_open", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brass_fluid_valve.json b/src/generated/resources/assets/tfmg/blockstates/brass_fluid_valve.json new file mode 100644 index 00000000..7b2589d5 --- /dev/null +++ b/src/generated/resources/assets/tfmg/blockstates/brass_fluid_valve.json @@ -0,0 +1,196 @@ +{ + "variants": { + "axis_along_first=false,enabled=false,facing=down,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=down,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=east,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "y": 270 + }, + "axis_along_first=false,enabled=false,facing=east,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "y": 270 + }, + "axis_along_first=false,enabled=false,facing=north,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_closed", + "y": 180 + }, + "axis_along_first=false,enabled=false,facing=north,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_closed", + "y": 180 + }, + "axis_along_first=false,enabled=false,facing=south,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_closed" + }, + "axis_along_first=false,enabled=false,facing=south,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_closed" + }, + "axis_along_first=false,enabled=false,facing=up,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=up,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=west,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=west,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=down,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=down,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=east,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "y": 270 + }, + "axis_along_first=false,enabled=true,facing=east,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "y": 270 + }, + "axis_along_first=false,enabled=true,facing=north,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_open", + "y": 180 + }, + "axis_along_first=false,enabled=true,facing=north,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_open", + "y": 180 + }, + "axis_along_first=false,enabled=true,facing=south,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_open" + }, + "axis_along_first=false,enabled=true,facing=south,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_open" + }, + "axis_along_first=false,enabled=true,facing=up,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=up,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=west,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=west,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "y": 90 + }, + "axis_along_first=true,enabled=false,facing=down,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "x": 270 + }, + "axis_along_first=true,enabled=false,facing=down,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "x": 270 + }, + "axis_along_first=true,enabled=false,facing=east,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_closed", + "y": 270 + }, + "axis_along_first=true,enabled=false,facing=east,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_closed", + "y": 270 + }, + "axis_along_first=true,enabled=false,facing=north,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "y": 180 + }, + "axis_along_first=true,enabled=false,facing=north,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "y": 180 + }, + "axis_along_first=true,enabled=false,facing=south,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed" + }, + "axis_along_first=true,enabled=false,facing=south,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed" + }, + "axis_along_first=true,enabled=false,facing=up,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "x": 90 + }, + "axis_along_first=true,enabled=false,facing=up,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_closed", + "x": 90 + }, + "axis_along_first=true,enabled=false,facing=west,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_closed", + "y": 90 + }, + "axis_along_first=true,enabled=false,facing=west,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_closed", + "y": 90 + }, + "axis_along_first=true,enabled=true,facing=down,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "x": 270 + }, + "axis_along_first=true,enabled=true,facing=down,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "x": 270 + }, + "axis_along_first=true,enabled=true,facing=east,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_open", + "y": 270 + }, + "axis_along_first=true,enabled=true,facing=east,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_open", + "y": 270 + }, + "axis_along_first=true,enabled=true,facing=north,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "y": 180 + }, + "axis_along_first=true,enabled=true,facing=north,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "y": 180 + }, + "axis_along_first=true,enabled=true,facing=south,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open" + }, + "axis_along_first=true,enabled=true,facing=south,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open" + }, + "axis_along_first=true,enabled=true,facing=up,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "x": 90 + }, + "axis_along_first=true,enabled=true,facing=up,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_horizontal_open", + "x": 90 + }, + "axis_along_first=true,enabled=true,facing=west,waterlogged=false": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_open", + "y": 90 + }, + "axis_along_first=true,enabled=true,facing=west,waterlogged=true": { + "model": "tfmg:block/brass_fluid_valve/block_vertical_open", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cast_iron_fluid_valve.json b/src/generated/resources/assets/tfmg/blockstates/cast_iron_fluid_valve.json new file mode 100644 index 00000000..6d878478 --- /dev/null +++ b/src/generated/resources/assets/tfmg/blockstates/cast_iron_fluid_valve.json @@ -0,0 +1,196 @@ +{ + "variants": { + "axis_along_first=false,enabled=false,facing=down,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=down,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=east,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "y": 270 + }, + "axis_along_first=false,enabled=false,facing=east,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "y": 270 + }, + "axis_along_first=false,enabled=false,facing=north,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed", + "y": 180 + }, + "axis_along_first=false,enabled=false,facing=north,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed", + "y": 180 + }, + "axis_along_first=false,enabled=false,facing=south,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed" + }, + "axis_along_first=false,enabled=false,facing=south,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed" + }, + "axis_along_first=false,enabled=false,facing=up,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=up,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=west,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=west,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=down,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=down,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=east,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "y": 270 + }, + "axis_along_first=false,enabled=true,facing=east,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "y": 270 + }, + "axis_along_first=false,enabled=true,facing=north,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open", + "y": 180 + }, + "axis_along_first=false,enabled=true,facing=north,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open", + "y": 180 + }, + "axis_along_first=false,enabled=true,facing=south,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open" + }, + "axis_along_first=false,enabled=true,facing=south,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open" + }, + "axis_along_first=false,enabled=true,facing=up,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=up,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=west,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=west,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "y": 90 + }, + "axis_along_first=true,enabled=false,facing=down,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "x": 270 + }, + "axis_along_first=true,enabled=false,facing=down,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "x": 270 + }, + "axis_along_first=true,enabled=false,facing=east,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed", + "y": 270 + }, + "axis_along_first=true,enabled=false,facing=east,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed", + "y": 270 + }, + "axis_along_first=true,enabled=false,facing=north,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "y": 180 + }, + "axis_along_first=true,enabled=false,facing=north,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "y": 180 + }, + "axis_along_first=true,enabled=false,facing=south,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed" + }, + "axis_along_first=true,enabled=false,facing=south,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed" + }, + "axis_along_first=true,enabled=false,facing=up,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "x": 90 + }, + "axis_along_first=true,enabled=false,facing=up,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed", + "x": 90 + }, + "axis_along_first=true,enabled=false,facing=west,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed", + "y": 90 + }, + "axis_along_first=true,enabled=false,facing=west,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed", + "y": 90 + }, + "axis_along_first=true,enabled=true,facing=down,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "x": 270 + }, + "axis_along_first=true,enabled=true,facing=down,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "x": 270 + }, + "axis_along_first=true,enabled=true,facing=east,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open", + "y": 270 + }, + "axis_along_first=true,enabled=true,facing=east,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open", + "y": 270 + }, + "axis_along_first=true,enabled=true,facing=north,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "y": 180 + }, + "axis_along_first=true,enabled=true,facing=north,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "y": 180 + }, + "axis_along_first=true,enabled=true,facing=south,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open" + }, + "axis_along_first=true,enabled=true,facing=south,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open" + }, + "axis_along_first=true,enabled=true,facing=up,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "x": 90 + }, + "axis_along_first=true,enabled=true,facing=up,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open", + "x": 90 + }, + "axis_along_first=true,enabled=true,facing=west,waterlogged=false": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open", + "y": 90 + }, + "axis_along_first=true,enabled=true,facing=west,waterlogged=true": { + "model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/plastic_fluid_valve.json b/src/generated/resources/assets/tfmg/blockstates/plastic_fluid_valve.json new file mode 100644 index 00000000..8e046745 --- /dev/null +++ b/src/generated/resources/assets/tfmg/blockstates/plastic_fluid_valve.json @@ -0,0 +1,196 @@ +{ + "variants": { + "axis_along_first=false,enabled=false,facing=down,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=down,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=east,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "y": 270 + }, + "axis_along_first=false,enabled=false,facing=east,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "y": 270 + }, + "axis_along_first=false,enabled=false,facing=north,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed", + "y": 180 + }, + "axis_along_first=false,enabled=false,facing=north,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed", + "y": 180 + }, + "axis_along_first=false,enabled=false,facing=south,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed" + }, + "axis_along_first=false,enabled=false,facing=south,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed" + }, + "axis_along_first=false,enabled=false,facing=up,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=up,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=west,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=west,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=down,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=down,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=east,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "y": 270 + }, + "axis_along_first=false,enabled=true,facing=east,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "y": 270 + }, + "axis_along_first=false,enabled=true,facing=north,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_open", + "y": 180 + }, + "axis_along_first=false,enabled=true,facing=north,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_open", + "y": 180 + }, + "axis_along_first=false,enabled=true,facing=south,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_open" + }, + "axis_along_first=false,enabled=true,facing=south,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_open" + }, + "axis_along_first=false,enabled=true,facing=up,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=up,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=west,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=west,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "y": 90 + }, + "axis_along_first=true,enabled=false,facing=down,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "x": 270 + }, + "axis_along_first=true,enabled=false,facing=down,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "x": 270 + }, + "axis_along_first=true,enabled=false,facing=east,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed", + "y": 270 + }, + "axis_along_first=true,enabled=false,facing=east,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed", + "y": 270 + }, + "axis_along_first=true,enabled=false,facing=north,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "y": 180 + }, + "axis_along_first=true,enabled=false,facing=north,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "y": 180 + }, + "axis_along_first=true,enabled=false,facing=south,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed" + }, + "axis_along_first=true,enabled=false,facing=south,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed" + }, + "axis_along_first=true,enabled=false,facing=up,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "x": 90 + }, + "axis_along_first=true,enabled=false,facing=up,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", + "x": 90 + }, + "axis_along_first=true,enabled=false,facing=west,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed", + "y": 90 + }, + "axis_along_first=true,enabled=false,facing=west,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed", + "y": 90 + }, + "axis_along_first=true,enabled=true,facing=down,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "x": 270 + }, + "axis_along_first=true,enabled=true,facing=down,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "x": 270 + }, + "axis_along_first=true,enabled=true,facing=east,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_open", + "y": 270 + }, + "axis_along_first=true,enabled=true,facing=east,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_open", + "y": 270 + }, + "axis_along_first=true,enabled=true,facing=north,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "y": 180 + }, + "axis_along_first=true,enabled=true,facing=north,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "y": 180 + }, + "axis_along_first=true,enabled=true,facing=south,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open" + }, + "axis_along_first=true,enabled=true,facing=south,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open" + }, + "axis_along_first=true,enabled=true,facing=up,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "x": 90 + }, + "axis_along_first=true,enabled=true,facing=up,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", + "x": 90 + }, + "axis_along_first=true,enabled=true,facing=west,waterlogged=false": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_open", + "y": 90 + }, + "axis_along_first=true,enabled=true,facing=west,waterlogged=true": { + "model": "tfmg:block/plastic_fluid_valve/block_vertical_open", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_fluid_valve.json b/src/generated/resources/assets/tfmg/blockstates/steel_fluid_valve.json new file mode 100644 index 00000000..50f6ab84 --- /dev/null +++ b/src/generated/resources/assets/tfmg/blockstates/steel_fluid_valve.json @@ -0,0 +1,196 @@ +{ + "variants": { + "axis_along_first=false,enabled=false,facing=down,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=down,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=east,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "y": 270 + }, + "axis_along_first=false,enabled=false,facing=east,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "y": 270 + }, + "axis_along_first=false,enabled=false,facing=north,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_closed", + "y": 180 + }, + "axis_along_first=false,enabled=false,facing=north,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_closed", + "y": 180 + }, + "axis_along_first=false,enabled=false,facing=south,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_closed" + }, + "axis_along_first=false,enabled=false,facing=south,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_closed" + }, + "axis_along_first=false,enabled=false,facing=up,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=up,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=west,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "y": 90 + }, + "axis_along_first=false,enabled=false,facing=west,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=down,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=down,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=east,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "y": 270 + }, + "axis_along_first=false,enabled=true,facing=east,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "y": 270 + }, + "axis_along_first=false,enabled=true,facing=north,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_open", + "y": 180 + }, + "axis_along_first=false,enabled=true,facing=north,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_open", + "y": 180 + }, + "axis_along_first=false,enabled=true,facing=south,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_open" + }, + "axis_along_first=false,enabled=true,facing=south,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_open" + }, + "axis_along_first=false,enabled=true,facing=up,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=up,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "x": 90, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=west,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=west,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "y": 90 + }, + "axis_along_first=true,enabled=false,facing=down,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "x": 270 + }, + "axis_along_first=true,enabled=false,facing=down,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "x": 270 + }, + "axis_along_first=true,enabled=false,facing=east,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_closed", + "y": 270 + }, + "axis_along_first=true,enabled=false,facing=east,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_closed", + "y": 270 + }, + "axis_along_first=true,enabled=false,facing=north,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "y": 180 + }, + "axis_along_first=true,enabled=false,facing=north,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "y": 180 + }, + "axis_along_first=true,enabled=false,facing=south,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed" + }, + "axis_along_first=true,enabled=false,facing=south,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed" + }, + "axis_along_first=true,enabled=false,facing=up,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "x": 90 + }, + "axis_along_first=true,enabled=false,facing=up,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", + "x": 90 + }, + "axis_along_first=true,enabled=false,facing=west,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_closed", + "y": 90 + }, + "axis_along_first=true,enabled=false,facing=west,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_closed", + "y": 90 + }, + "axis_along_first=true,enabled=true,facing=down,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "x": 270 + }, + "axis_along_first=true,enabled=true,facing=down,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "x": 270 + }, + "axis_along_first=true,enabled=true,facing=east,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_open", + "y": 270 + }, + "axis_along_first=true,enabled=true,facing=east,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_open", + "y": 270 + }, + "axis_along_first=true,enabled=true,facing=north,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "y": 180 + }, + "axis_along_first=true,enabled=true,facing=north,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "y": 180 + }, + "axis_along_first=true,enabled=true,facing=south,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open" + }, + "axis_along_first=true,enabled=true,facing=south,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open" + }, + "axis_along_first=true,enabled=true,facing=up,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "x": 90 + }, + "axis_along_first=true,enabled=true,facing=up,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", + "x": 90 + }, + "axis_along_first=true,enabled=true,facing=west,waterlogged=false": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_open", + "y": 90 + }, + "axis_along_first=true,enabled=true,facing=west,waterlogged=true": { + "model": "tfmg:block/steel_fluid_valve/block_vertical_open", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_fluid_valve.json b/src/generated/resources/assets/tfmg/models/item/aluminum_fluid_valve.json new file mode 100644 index 00000000..35e5f091 --- /dev/null +++ b/src/generated/resources/assets/tfmg/models/item/aluminum_fluid_valve.json @@ -0,0 +1,3 @@ +{ + "parent": "tfmg:block/aluminum_fluid_valve/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brass_fluid_valve.json b/src/generated/resources/assets/tfmg/models/item/brass_fluid_valve.json new file mode 100644 index 00000000..d2c76816 --- /dev/null +++ b/src/generated/resources/assets/tfmg/models/item/brass_fluid_valve.json @@ -0,0 +1,3 @@ +{ + "parent": "tfmg:block/brass_fluid_valve/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_fluid_valve.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_fluid_valve.json new file mode 100644 index 00000000..a0f799f1 --- /dev/null +++ b/src/generated/resources/assets/tfmg/models/item/cast_iron_fluid_valve.json @@ -0,0 +1,3 @@ +{ + "parent": "tfmg:block/cast_iron_fluid_valve/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/plastic_fluid_valve.json b/src/generated/resources/assets/tfmg/models/item/plastic_fluid_valve.json new file mode 100644 index 00000000..93782160 --- /dev/null +++ b/src/generated/resources/assets/tfmg/models/item/plastic_fluid_valve.json @@ -0,0 +1,3 @@ +{ + "parent": "tfmg:block/plastic_fluid_valve/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_fluid_valve.json b/src/generated/resources/assets/tfmg/models/item/steel_fluid_valve.json new file mode 100644 index 00000000..51b9a3b0 --- /dev/null +++ b/src/generated/resources/assets/tfmg/models/item/steel_fluid_valve.json @@ -0,0 +1,3 @@ +{ + "parent": "tfmg:block/steel_fluid_valve/item" +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_fluid_valve.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_fluid_valve.json new file mode 100644 index 00000000..a0036070 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_fluid_valve.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:aluminum_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/aluminum_fluid_valve" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/aluminum_fluid_valve" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_mechanical_pump.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_mechanical_pump.json new file mode 100644 index 00000000..a790c73d --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_mechanical_pump.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:aluminum_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/aluminum_mechanical_pump" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/aluminum_mechanical_pump" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_pipe.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_pipe.json new file mode 100644 index 00000000..907d7a95 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_pipe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:aluminum_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/aluminum_pipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/aluminum_pipe" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_pipe_vertical.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_pipe_vertical.json new file mode 100644 index 00000000..a8d3997e --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_pipe_vertical.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:aluminum_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/aluminum_pipe_vertical" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/aluminum_pipe_vertical" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_smart_fluid_pipe.json new file mode 100644 index 00000000..5863a86f --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_smart_fluid_pipe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:aluminum_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/aluminum_smart_fluid_pipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/aluminum_smart_fluid_pipe" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_fluid_valve.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_fluid_valve.json new file mode 100644 index 00000000..2c4d4522 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_fluid_valve.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "create:brass_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/brass_fluid_valve" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/brass_fluid_valve" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_mechanical_pump.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_mechanical_pump.json new file mode 100644 index 00000000..cb279b61 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_mechanical_pump.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "create:brass_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/brass_mechanical_pump" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/brass_mechanical_pump" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_pipe.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_pipe.json new file mode 100644 index 00000000..3e16f819 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_pipe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "create:brass_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/brass_pipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/brass_pipe" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_pipe_vertical.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_pipe_vertical.json new file mode 100644 index 00000000..e5c67e9c --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_pipe_vertical.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "create:brass_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/brass_pipe_vertical" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/brass_pipe_vertical" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_smart_fluid_pipe.json new file mode 100644 index 00000000..ef92e2a4 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/brass_smart_fluid_pipe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "create:brass_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/brass_smart_fluid_pipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/brass_smart_fluid_pipe" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_fluid_valve.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_fluid_valve.json new file mode 100644 index 00000000..f17a869a --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_fluid_valve.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:cast_iron_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/cast_iron_fluid_valve" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/cast_iron_fluid_valve" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_mechanical_pump.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_mechanical_pump.json new file mode 100644 index 00000000..58cf20f1 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_mechanical_pump.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:cast_iron_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/cast_iron_mechanical_pump" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/cast_iron_mechanical_pump" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_pipe.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_pipe.json new file mode 100644 index 00000000..9ac2d6b5 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_pipe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:cast_iron_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/cast_iron_pipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/cast_iron_pipe" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_pipe_vertical.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_pipe_vertical.json new file mode 100644 index 00000000..17de0d27 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_pipe_vertical.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:cast_iron_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/cast_iron_pipe_vertical" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/cast_iron_pipe_vertical" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_smart_fluid_pipe.json new file mode 100644 index 00000000..0e4e7ba6 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_smart_fluid_pipe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:cast_iron_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/cast_iron_smart_fluid_pipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/cast_iron_smart_fluid_pipe" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_fluid_valve.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_fluid_valve.json new file mode 100644 index 00000000..5fa83afa --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_fluid_valve.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:plastic_sheet" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/plastic_fluid_valve" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/plastic_fluid_valve" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_mechanical_pump.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_mechanical_pump.json new file mode 100644 index 00000000..41ec29b6 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_mechanical_pump.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:plastic_sheet" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/plastic_mechanical_pump" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/plastic_mechanical_pump" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_pipe.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_pipe.json new file mode 100644 index 00000000..764bfde7 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_pipe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:plastic_sheet" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/plastic_pipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/plastic_pipe" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_pipe_vertical.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_pipe_vertical.json new file mode 100644 index 00000000..b338b1ce --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_pipe_vertical.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:plastic_sheet" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/plastic_pipe_vertical" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/plastic_pipe_vertical" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_smart_fluid_pipe.json new file mode 100644 index 00000000..f9b7abc9 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_smart_fluid_pipe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:plastic_sheet" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/plastic_smart_fluid_pipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/plastic_smart_fluid_pipe" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_fluid_valve.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_fluid_valve.json new file mode 100644 index 00000000..07e11f7e --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_fluid_valve.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:steel_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/steel_fluid_valve" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/steel_fluid_valve" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_mechanical_pump.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_mechanical_pump.json new file mode 100644 index 00000000..40fbbfdf --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_mechanical_pump.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:steel_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/steel_mechanical_pump" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/steel_mechanical_pump" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_pipe.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_pipe.json new file mode 100644 index 00000000..800b28ac --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_pipe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:steel_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/steel_pipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/steel_pipe" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_pipe_vertical.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_pipe_vertical.json new file mode 100644 index 00000000..a96e299f --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_pipe_vertical.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:steel_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/steel_pipe_vertical" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/steel_pipe_vertical" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_smart_fluid_pipe.json new file mode 100644 index 00000000..3a6e5e97 --- /dev/null +++ b/src/generated/resources/data/tfmg/advancement/recipes/misc/crafting/materials/steel_smart_fluid_pipe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": "tfmg:steel_ingot" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "tfmg:crafting/materials/steel_smart_fluid_pipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_item" + ] + ], + "rewards": { + "recipes": [ + "tfmg:crafting/materials/steel_smart_fluid_pipe" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_table/blocks/aluminum_fluid_valve.json b/src/generated/resources/data/tfmg/loot_table/blocks/aluminum_fluid_valve.json new file mode 100644 index 00000000..d3d04150 --- /dev/null +++ b/src/generated/resources/data/tfmg/loot_table/blocks/aluminum_fluid_valve.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "tfmg:aluminum_fluid_valve" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "tfmg:blocks/aluminum_fluid_valve" +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_table/blocks/brass_fluid_valve.json b/src/generated/resources/data/tfmg/loot_table/blocks/brass_fluid_valve.json new file mode 100644 index 00000000..40ab3d60 --- /dev/null +++ b/src/generated/resources/data/tfmg/loot_table/blocks/brass_fluid_valve.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "tfmg:brass_fluid_valve" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "tfmg:blocks/brass_fluid_valve" +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_table/blocks/cast_iron_fluid_valve.json b/src/generated/resources/data/tfmg/loot_table/blocks/cast_iron_fluid_valve.json new file mode 100644 index 00000000..d326c271 --- /dev/null +++ b/src/generated/resources/data/tfmg/loot_table/blocks/cast_iron_fluid_valve.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "tfmg:cast_iron_fluid_valve" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "tfmg:blocks/cast_iron_fluid_valve" +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_table/blocks/plastic_fluid_valve.json b/src/generated/resources/data/tfmg/loot_table/blocks/plastic_fluid_valve.json new file mode 100644 index 00000000..e5a95630 --- /dev/null +++ b/src/generated/resources/data/tfmg/loot_table/blocks/plastic_fluid_valve.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "tfmg:plastic_fluid_valve" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "tfmg:blocks/plastic_fluid_valve" +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_table/blocks/steel_fluid_valve.json b/src/generated/resources/data/tfmg/loot_table/blocks/steel_fluid_valve.json new file mode 100644 index 00000000..adbb1059 --- /dev/null +++ b/src/generated/resources/data/tfmg/loot_table/blocks/steel_fluid_valve.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "tfmg:steel_fluid_valve" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "tfmg:blocks/steel_fluid_valve" +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_fluid_valve.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_fluid_valve.json new file mode 100644 index 00000000..7a06252e --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_fluid_valve.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "tag": "c:plates/iron" + }, + { + "item": "tfmg:aluminum_pipe" + } + ], + "result": { + "count": 1, + "id": "tfmg:aluminum_fluid_valve" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_mechanical_pump.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_mechanical_pump.json new file mode 100644 index 00000000..50823da4 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_mechanical_pump.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "create:cogwheel" + }, + { + "item": "tfmg:aluminum_pipe" + } + ], + "result": { + "count": 1, + "id": "tfmg:aluminum_mechanical_pump" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_pipe.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_pipe.json new file mode 100644 index 00000000..491d8643 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_pipe.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "tag": "c:ingots/aluminum" + }, + "P": { + "tag": "c:plates/aluminum" + } + }, + "pattern": [ + " ", + "PIP", + " " + ], + "result": { + "count": 4, + "id": "tfmg:aluminum_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_pipe_vertical.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_pipe_vertical.json new file mode 100644 index 00000000..ec631c71 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_pipe_vertical.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "tag": "c:ingots/aluminum" + }, + "P": { + "tag": "c:plates/aluminum" + } + }, + "pattern": [ + "P", + "I", + "P" + ], + "result": { + "count": 4, + "id": "tfmg:aluminum_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_smart_fluid_pipe.json new file mode 100644 index 00000000..578d89d0 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/aluminum_smart_fluid_pipe.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "tag": "c:plates/brass" + }, + "P": { + "item": "create:electron_tube" + }, + "S": { + "item": "tfmg:aluminum_pipe" + } + }, + "pattern": [ + "I", + "S", + "P" + ], + "result": { + "count": 1, + "id": "tfmg:aluminum_smart_fluid_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_fluid_valve.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_fluid_valve.json new file mode 100644 index 00000000..581c11f8 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_fluid_valve.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "tag": "c:plates/iron" + }, + { + "item": "tfmg:brass_pipe" + } + ], + "result": { + "count": 1, + "id": "tfmg:brass_fluid_valve" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_mechanical_pump.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_mechanical_pump.json new file mode 100644 index 00000000..ff21574f --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_mechanical_pump.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "create:cogwheel" + }, + { + "item": "tfmg:brass_pipe" + } + ], + "result": { + "count": 1, + "id": "tfmg:brass_mechanical_pump" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_pipe.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_pipe.json new file mode 100644 index 00000000..a381f7e3 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_pipe.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "tag": "c:ingots/brass" + }, + "P": { + "tag": "c:plates/brass" + } + }, + "pattern": [ + " ", + "PIP", + " " + ], + "result": { + "count": 4, + "id": "tfmg:brass_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_pipe_vertical.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_pipe_vertical.json new file mode 100644 index 00000000..6cf5cf01 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_pipe_vertical.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "tag": "c:ingots/brass" + }, + "P": { + "tag": "c:plates/brass" + } + }, + "pattern": [ + "P", + "I", + "P" + ], + "result": { + "count": 4, + "id": "tfmg:brass_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_smart_fluid_pipe.json new file mode 100644 index 00000000..26fe4b4f --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/brass_smart_fluid_pipe.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "tag": "c:plates/copper" + }, + "P": { + "item": "create:electron_tube" + }, + "S": { + "item": "tfmg:brass_pipe" + } + }, + "pattern": [ + "I", + "S", + "P" + ], + "result": { + "count": 1, + "id": "tfmg:brass_smart_fluid_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_fluid_valve.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_fluid_valve.json new file mode 100644 index 00000000..e37ab2ef --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_fluid_valve.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "tag": "c:plates/iron" + }, + { + "item": "tfmg:cast_iron_pipe" + } + ], + "result": { + "count": 1, + "id": "tfmg:cast_iron_fluid_valve" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_mechanical_pump.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_mechanical_pump.json new file mode 100644 index 00000000..7e3ec9b9 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_mechanical_pump.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "create:cogwheel" + }, + { + "item": "tfmg:cast_iron_pipe" + } + ], + "result": { + "count": 1, + "id": "tfmg:cast_iron_mechanical_pump" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_pipe.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_pipe.json new file mode 100644 index 00000000..07451756 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_pipe.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "tag": "c:ingots/cast_iron" + }, + "P": { + "tag": "c:plates/cast_iron" + } + }, + "pattern": [ + " ", + "PIP", + " " + ], + "result": { + "count": 4, + "id": "tfmg:cast_iron_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_pipe_vertical.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_pipe_vertical.json new file mode 100644 index 00000000..7efa7518 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_pipe_vertical.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "tag": "c:ingots/cast_iron" + }, + "P": { + "tag": "c:plates/cast_iron" + } + }, + "pattern": [ + "P", + "I", + "P" + ], + "result": { + "count": 4, + "id": "tfmg:cast_iron_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_smart_fluid_pipe.json new file mode 100644 index 00000000..fd630bcd --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/cast_iron_smart_fluid_pipe.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "tag": "c:plates/cast_iron" + }, + "P": { + "item": "create:electron_tube" + }, + "S": { + "item": "tfmg:cast_iron_pipe" + } + }, + "pattern": [ + "I", + "S", + "P" + ], + "result": { + "count": 1, + "id": "tfmg:cast_iron_smart_fluid_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_fluid_valve.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_fluid_valve.json new file mode 100644 index 00000000..580ea081 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_fluid_valve.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "tag": "c:plates/iron" + }, + { + "item": "tfmg:plastic_pipe" + } + ], + "result": { + "count": 1, + "id": "tfmg:plastic_fluid_valve" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_mechanical_pump.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_mechanical_pump.json new file mode 100644 index 00000000..262cf745 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_mechanical_pump.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "create:cogwheel" + }, + { + "item": "tfmg:plastic_pipe" + } + ], + "result": { + "count": 1, + "id": "tfmg:plastic_mechanical_pump" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_pipe.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_pipe.json new file mode 100644 index 00000000..1bb7ab3b --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_pipe.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "item": "tfmg:plastic_sheet" + } + }, + "pattern": [ + " ", + "III", + " " + ], + "result": { + "count": 4, + "id": "tfmg:plastic_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_pipe_vertical.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_pipe_vertical.json new file mode 100644 index 00000000..3503d61f --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_pipe_vertical.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "item": "tfmg:plastic_sheet" + } + }, + "pattern": [ + "I", + "I", + "I" + ], + "result": { + "count": 4, + "id": "tfmg:plastic_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_smart_fluid_pipe.json new file mode 100644 index 00000000..5eecb23e --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/plastic_smart_fluid_pipe.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "tag": "c:plates/steel" + }, + "P": { + "item": "create:electron_tube" + }, + "S": { + "item": "tfmg:plastic_pipe" + } + }, + "pattern": [ + "I", + "S", + "P" + ], + "result": { + "count": 1, + "id": "tfmg:plastic_smart_fluid_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_fluid_valve.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_fluid_valve.json new file mode 100644 index 00000000..aa4f816f --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_fluid_valve.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "tag": "c:plates/iron" + }, + { + "item": "tfmg:steel_pipe" + } + ], + "result": { + "count": 1, + "id": "tfmg:steel_fluid_valve" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_mechanical_pump.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_mechanical_pump.json new file mode 100644 index 00000000..0cf3ccbc --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_mechanical_pump.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "create:cogwheel" + }, + { + "item": "tfmg:steel_pipe" + } + ], + "result": { + "count": 1, + "id": "tfmg:steel_mechanical_pump" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_pipe.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_pipe.json new file mode 100644 index 00000000..bda85ae9 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_pipe.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "tag": "c:ingots/steel" + }, + "P": { + "tag": "c:plates/steel" + } + }, + "pattern": [ + " ", + "PIP", + " " + ], + "result": { + "count": 4, + "id": "tfmg:steel_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_pipe_vertical.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_pipe_vertical.json new file mode 100644 index 00000000..ef31209f --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_pipe_vertical.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "tag": "c:ingots/steel" + }, + "P": { + "tag": "c:plates/steel" + } + }, + "pattern": [ + "P", + "I", + "P" + ], + "result": { + "count": 4, + "id": "tfmg:steel_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_smart_fluid_pipe.json new file mode 100644 index 00000000..29394f17 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipe/crafting/materials/steel_smart_fluid_pipe.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "I": { + "tag": "c:plates/aluminum" + }, + "P": { + "item": "create:electron_tube" + }, + "S": { + "item": "tfmg:steel_pipe" + } + }, + "pattern": [ + "I", + "S", + "P" + ], + "result": { + "count": 1, + "id": "tfmg:steel_smart_fluid_pipe" + } +} \ No newline at end of file