Default ID fix, renames

This commit is contained in:
paulevsGitch 2020-09-26 16:51:12 +03:00
parent 720103bd45
commit e1f88b453a
88 changed files with 482 additions and 561 deletions

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"particle": "betternether:block/%name%_crafting_table_front",
"north": "betternether:block/%name%_crafting_table_front",
"south": "betternether:block/%name%_crafting_table_side",
"east": "betternether:block/%name%_crafting_table_side",
"west": "betternether:block/%name%_crafting_table_front",
"up": "betternether:block/%name%_crafting_table_top",
"down": "betternether:block/%name%_crafting_table_bottom"
}
}