From 09d9d6e7ea9fd94c163fadcab17a891a713f9e3a Mon Sep 17 00:00:00 2001 From: drcrazy Date: Thu, 15 Oct 2020 11:38:33 +0300 Subject: [PATCH] Recipe for chunkloader. Some work on #2244 --- .../crafting_table/machine/chunk_loader.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/machine/chunk_loader.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/machine/chunk_loader.json b/src/main/resources/data/techreborn/recipes/crafting_table/machine/chunk_loader.json new file mode 100644 index 000000000..c35aa2196 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_table/machine/chunk_loader.json @@ -0,0 +1,40 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BCG", + "LFN", + "OQR" + ], + "key": { + "B": { + "tag": "c:bronze_plates" + }, + "C": { + "tag": "c:coal_plates" + }, + "G": { + "tag": "c:gold_plates" + }, + "L": { + "tag": "c:lapis_plates" + }, + "F": { + "item": "techreborn:industrial_machine_frame" + }, + "N": { + "tag": "c:nickel_plates" + }, + "O": { + "tag": "c:obsidian_plates" + }, + "Q": { + "tag": "c:quartz_plates" + }, + "R": { + "tag": "c:redstone_plates" + } + }, + "result": { + "item": "techreborn:chunk_loader" + } +} \ No newline at end of file