Path model fix

This commit is contained in:
Aleksey 2021-05-27 21:47:44 +03:00
parent 2986556c97
commit 5da667261c
3 changed files with 9 additions and 2 deletions

View file

@ -2,6 +2,6 @@
"textures": {
"top": "%modid%:block/%top%",
"side": "%modid%:block/%side%",
"bottom": "%modid%:block/%bottom%"
"bottom": "%bottom%"
}
}