Recipe for chunkloader. Some work on #2244
This commit is contained in:
parent
1aea09d7c9
commit
09d9d6e7ea
1 changed files with 40 additions and 0 deletions
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue