From 291d46b4e6f7bedfa5b2e2f9b60e432e03825395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Henke?= Date: Wed, 28 May 2025 17:27:41 +0200 Subject: [PATCH] stub recipe --- .../data/gtagdp/recipe/shapeless_stub_from_stick.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/resources/data/gtagdp/recipe/shapeless_stub_from_stick.json 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