Data Fixer (WIP)

This commit is contained in:
paulevsGitch 2021-03-13 05:08:17 +03:00
parent a3a6b54eba
commit a2605ef3f9
8 changed files with 174 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:item/end_stone_stalactite"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:item/end_stone_stalactite_cavemoss"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -29,6 +29,7 @@
"LivingEntityMixin",
"BoneMealItemMixin",
"PlayerEntityMixin",
"ServerWorldMixin",
"SlimeEntityMixin",
"AnvilBlockMixin",
"BrewingAccessor",