diff --git a/src/main/resources/assets/tcomplement/recipes/steelworks/charcoal.json b/src/main/resources/assets/tcomplement/recipes/steelworks/charcoal.json index 31c58be..bdd9ca0 100644 --- a/src/main/resources/assets/tcomplement/recipes/steelworks/charcoal.json +++ b/src/main/resources/assets/tcomplement/recipes/steelworks/charcoal.json @@ -1,4 +1,5 @@ { + "conditions": [{ "type": "pulse_loaded", "pulse": "ModuleSteelworks" }], "type": "forge:ore_shapeless", "ingredients": [{"type": "forge:ore_dict", "ore": "blockCharcoal"}], "result": {"item": "minecraft:coal", "data": 1, "count": 9} diff --git a/src/main/resources/assets/tcomplement/recipes/steelworks/steel_ingot_from_block.json b/src/main/resources/assets/tcomplement/recipes/steelworks/steel_ingot_from_block.json index 066ed49..e45f187 100644 --- a/src/main/resources/assets/tcomplement/recipes/steelworks/steel_ingot_from_block.json +++ b/src/main/resources/assets/tcomplement/recipes/steelworks/steel_ingot_from_block.json @@ -1,4 +1,5 @@ { + "conditions": [{ "type": "pulse_loaded", "pulse": "ModuleSteelworks" }], "type": "forge:ore_shapeless", "ingredients": [{"type": "forge:ore_dict", "ore": "blockSteel"}], "result": {"item": "tcomplement:materials", "data": 10, "count": 9} diff --git a/src/main/resources/assets/tcomplement/recipes/steelworks/steel_nugget.json b/src/main/resources/assets/tcomplement/recipes/steelworks/steel_nugget.json index 784d5ec..0eb40c7 100644 --- a/src/main/resources/assets/tcomplement/recipes/steelworks/steel_nugget.json +++ b/src/main/resources/assets/tcomplement/recipes/steelworks/steel_nugget.json @@ -1,4 +1,5 @@ { + "conditions": [{ "type": "pulse_loaded", "pulse": "ModuleSteelworks" }], "type": "forge:ore_shapeless", "ingredients": [{"type": "forge:ore_dict", "ore": "ingotSteel"}], "result": {"item": "tcomplement:materials", "data": 20, "count": 9}