add crafting recipe to revolver and fix island entity being able to despawn possibly, idk
This commit is contained in:
33
src/main/resources/data/szar/recipes/revolver.json
Normal file
33
src/main/resources/data/szar/recipes/revolver.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user