添加汤姆6的合成配方
This commit is contained in:
parent
750bf8236a
commit
3d6f1c6f59
1 changed files with 31 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue