Data Fixer (WIP)
This commit is contained in:
parent
a3a6b54eba
commit
a2605ef3f9
8 changed files with 174 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:item/end_stone_stalactite"
|
||||
}
|
||||
}
|
|
@ -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 |
|
@ -29,6 +29,7 @@
|
|||
"LivingEntityMixin",
|
||||
"BoneMealItemMixin",
|
||||
"PlayerEntityMixin",
|
||||
"ServerWorldMixin",
|
||||
"SlimeEntityMixin",
|
||||
"AnvilBlockMixin",
|
||||
"BrewingAccessor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue