diff --git a/galaxy/data/galaxy/recipe/shapeless_dispenser.json b/galaxy/data/galaxy/recipe/shapeless_dispenser.json new file mode 100644 index 0000000..df9e028 --- /dev/null +++ b/galaxy/data/galaxy/recipe/shapeless_dispenser.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "redstone", + "ingredients": [ + "minecraft:dropper", + "minecraft:bow" + ], + "result": { + "count": 1, + "id": "minecraft:dispenser" + } +} diff --git a/galaxy/data/galaxy/recipe/shapeless_shaped.json b/galaxy/data/galaxy/recipe/shapeless_shaped.json new file mode 100644 index 0000000..056025f --- /dev/null +++ b/galaxy/data/galaxy/recipe/shapeless_shaped.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "redstone", + "key": { + "#": "minecraft:stick", + "X": "minecraft:string", + "Y": "minecraft:dropper" + }, + "pattern": [ + " #X", + "#YX", + " #X" + ], + "result": { + "count": 1, + "id": "minecraft:dispenser" + } +} \ No newline at end of file