Lang & textures

This commit is contained in:
paulevsGitch 2021-02-01 06:20:24 +03:00
parent 13079052f5
commit bea2bef853
8 changed files with 16 additions and 7 deletions

View file

@ -1,9 +1,9 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/%top%",
"front": "minecraft:block/%front%",
"side": "minecraft:block/%side%"
"bottom": "minecraft:block/%bottom%"
"top": "betterend:block/%top%",
"front": "betterend:block/%front%",
"side": "betterend:block/%side%",
"bottom": "betterend:block/%bottom%"
}
}