diff --git a/src/main/resources/data/quickly/recipe/shapeless_gunpowder.json b/src/main/resources/data/quickly/recipe/shapeless_gunpowder.json new file mode 100644 index 0000000..cc6b85e --- /dev/null +++ b/src/main/resources/data/quickly/recipe/shapeless_gunpowder.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "minecraft:coal", + "quickly:sulfor", + "quickly:salpeter" + ], + "result": { + "id": "minecraft:gunpowder", + "count": 1 + } +} \ No newline at end of file