NaturesAura/src/main/resources/data/naturesaura/recipes/slime_split_generator.json

32 lines
684 B
JSON
Raw Normal View History

2020-09-28 17:18:40 +02:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"NJS",
"ISI",
"SWN"
],
"key": {
"S": {
"item": "minecraft:slime_block"
},
"J": {
"item": "naturesaura:token_joy"
},
"W": {
"item": "naturesaura:token_sorrow"
2020-09-28 17:18:40 +02:00
},
"N": {
"type": "forge:nbt",
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:nether"
}
},
"I": {
"item": "naturesaura:tainted_gold"
2020-09-28 17:18:40 +02:00
}
},
"result": {
"item": "naturesaura:slime_split_generator"
}
}