diff --git a/src/main/resources/data/gtagdp/recipe/shapeless_stub_from_stick.json b/src/main/resources/data/gtagdp/recipe/shapeless_stub_from_stick.json new file mode 100644 index 0000000..5178569 --- /dev/null +++ b/src/main/resources/data/gtagdp/recipe/shapeless_stub_from_stick.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "minecraft:stick" + ], + "result": { + "id": "gtagdp:stub", + "count": 4 + } +} \ No newline at end of file