Add the insolator #17

Merged
BlakeRain merged 19 commits from BlakeRain/utamacraft:main into main 2023-12-01 18:20:57 +00:00
Showing only changes of commit dd7b8b425d - Show all commits

View File

@ -0,0 +1,26 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ROR",
"I I",
"sss"
],
"key": {
"O": {
"item": "minecraft:obsidian"
},
"R": {
"item": "minecraft:redstone_block"
},
"I": {
"item": "minecraft:iron_block"
},
"s": {
"item": "minecraft:stone_slab"
}
},
"result": {
"item": "utamacraft:insolator",
"count": 1
}
}