Started working on two new items: Straw totem and straw charge.
Added textures, crafting recipes and lang file entries. Items are basic and don't do anything yet
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"IWI",
|
||||
"WEW",
|
||||
"IWI"
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "totemofreviving:straw_charge"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"NSN",
|
||||
"NWN",
|
||||
"N/N"
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"/": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:string"
|
||||
},
|
||||
"N": {
|
||||
"item": "minecraft:iron_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "totemofreviving:straw_totem"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user