diff --git a/src/main/resources/data/superbwarfare/recipes/tom_6_crafting.json b/src/main/resources/data/superbwarfare/recipes/tom_6_crafting.json new file mode 100644 index 000000000..b0da4d091 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/tom_6_crafting.json @@ -0,0 +1,31 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "aaa", + "aba", + "cdc" + ], + "key": { + "a": { + "tag": "minecraft:planks" + }, + "b": { + "item": "superbwarfare:cell" + }, + "c": { + "item": "superbwarfare:wheel" + }, + "d": { + "item": "minecraft:dropper" + } + }, + "result": { + "item": "superbwarfare:container", + "nbt": { + "BlockEntityTag": { + "EntityType": "superbwarfare:tom_6" + } + } + } +} \ No newline at end of file