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,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "totemofreviving:item/straw_charge"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "totemofreviving:item/straw_totem"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user