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:
micle
2021-05-29 19:20:54 +01:00
parent 107eb688eb
commit 2274056c04
15 changed files with 177 additions and 1 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}