Clean slate
This commit is contained in:
32
minecraft/config/soulshardsrespawn/multiblock.json
Normal file
32
minecraft/config/soulshardsrespawn/multiblock.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"catalyst": {
|
||||
"item": "minecraft:diamond",
|
||||
"data": 0
|
||||
},
|
||||
"shape": [
|
||||
"OQO",
|
||||
"QGQ",
|
||||
"OQO"
|
||||
],
|
||||
"origin": {
|
||||
"x": 1,
|
||||
"y": 1
|
||||
},
|
||||
"definition": {
|
||||
"O": {
|
||||
"states": [
|
||||
"minecraft:obsidian"
|
||||
]
|
||||
},
|
||||
"Q": {
|
||||
"states": [
|
||||
"minecraft:quartz_block"
|
||||
]
|
||||
},
|
||||
"G": {
|
||||
"states": [
|
||||
"minecraft:glowstone"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user