Recipe for chunkloader. Some work on #2244

This commit is contained in:
drcrazy 2020-10-15 11:38:33 +03:00
parent 1aea09d7c9
commit 09d9d6e7ea

View file

@ -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"
}
}