From 2b26bd45c068b21bf1296cec02586627ac6e8367 Mon Sep 17 00:00:00 2001 From: yuesha-yc Date: Fri, 29 Oct 2021 00:19:56 -0700 Subject: [PATCH] Add a none tag recipe for now --- .../pressurized_steam_container_not_tag.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/main/resources/data/steampowered/recipes/filling/pressurized_steam_container_not_tag.json diff --git a/src/main/resources/data/steampowered/recipes/filling/pressurized_steam_container_not_tag.json b/src/main/resources/data/steampowered/recipes/filling/pressurized_steam_container_not_tag.json new file mode 100644 index 0000000..fdb5399 --- /dev/null +++ b/src/main/resources/data/steampowered/recipes/filling/pressurized_steam_container_not_tag.json @@ -0,0 +1,17 @@ +{ + "type": "create:filling", + "ingredients": [ + { + "item": "steampowered:pressurized_gas_container" + }, + { + "fluid": "steampowered:steam", + "amount": 1000 + } + ], + "results": [ + { + "item": "steampowered:pressurized_steam_container" + } + ] +} \ No newline at end of file