Add a fire ward necklace that makes the player invulnerable to fire #18

Merged
BlakeRain merged 4 commits from BlakeRain/utamacraft:main into main 2023-12-02 01:05:55 +00:00
2 changed files with 0 additions and 28 deletions
Showing only changes of commit 64f376cb1d - Show all commits

View File

@ -1,14 +0,0 @@
{
"type": "utamacraft:insolator",
"input": {
"item": "minecraft:organge_tulip"
},
"fluid": {
"FluidName": "minecraft:water",
"Amount": 500
},
"output": {
"item": "minecraft:organge_tulip",
"count": 2
}
}

View File

@ -1,14 +0,0 @@
{
"type": "utamacraft:insolator",
"input": {
"item": "minecraft:short_grass"
},
"fluid": {
"FluidName": "minecraft:water",
"Amount": 500
},
"output": {
"item": "minecraft:short_grass",
"count": 2
}
}