Initial hammers

This commit is contained in:
Aleksey 2020-10-02 23:32:57 +03:00
parent 69e1528f08
commit 254ebca012
7 changed files with 165 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "betterend:item/iron_hammer"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

View file

@ -10,6 +10,7 @@
"TagGroupLoaderMixin",
"CraftingScreenHandlerMixin",
"GenerationSettingsMixin",
"PlayerEntityMixin",
"BiomeMixin",
"TagAccessor"
],