Updates to the awareness block #55

Merged
BlakeRain merged 10 commits from BlakeRain/utamacraft:main into main 2024-01-23 14:41:55 +00:00
Showing only changes of commit 47d4db8573 - Show all commits

View File

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["iii", "tet", "tpt"],
"key": {
"i": {
"item": "minecraft:iron_ingot"
},
"e": {
"item": "minecraft:eye_of_ender"
},
"t": {
"item": "utamacraft:tungsten_ingot"
},
"p": {
"item": "untamacraft:pcb"
}
},
"result": {
"item": "utamacraft:awareness_block",
"count": 1
}
}