Odd sidability for certain blocks
Drullkus opened this issue ยท 3 comments
The Top and Bottom use the same TOP texture, but the test texture (Circle/Square/X) is consistent for each side... This should not happen.
Bug found by @ProfessorProspector
model.json
{
"model": { "model": "cube"},
"face":"chisel:grimstone/test.cf",
"overrides":{
"UP":"chisel:grimstone/chiseled-top.cf",
"DOWN":"chisel:grimstone/chiseled-top.cf"
}
}
test.cf
{
"type":"R4"
}