add crafting recipe to revolver and fix island entity being able to despawn possibly, idk

This commit is contained in:
2026-03-15 17:37:08 +01:00
parent 351c41c028
commit 2a14de0b5e
3 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,33 @@
{
"type": "minecraft:crafting_shaped",
"ingredients": [
{
"item": "minecraft:gunpowder"
},
{
"item": "minecraft:iron_nugget"
}
],
"pattern": [
"III",
" NR",
" L"
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
},
"N": {
"item": "minecraft:iron_nugget"
},
"L": {
"item": "minecraft:leather"
},
"R": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "szar:revolver"
}
}