Some blocks are not generated properly, issue with setting default blockstate?
wormzjl opened this issue ยท 6 comments
I've tried to use the stairs from industrial renewal mod in city buildings, where I discovered all stairs pointing south (industrialrenewal:catwalk_stair
) was instead pointing north (industrialrenewal:catwalk_stair:2
). All other directions has no problems.
The vanilla setblock command has no issues, so I wonder if there is a issue with default blockstate handling with lost cities?
For reference Cassiobsk8/Industrial_Renewal#29
That's not the correct notation for meta: industrialrenewal:catwalk_stair:2
Should be industrialrenewal:catwalk_stair@2
That's not the correct notation for meta: industrialrenewal:catwalk_stair:2
Should be industrialrenewal:catwalk_stair@2
Yes I did use this @ notation in json files, I also noted that there are no issues with other directions
Also in the part definition, I've tried both industrialrenewal:catwalk_stair
and industrialrenewal:catwalk_stair@0
, both are facing north instead of south(as it should be).
Here is the part involved
https://gist.github.com/wormzjl/1388d25e8a18275a9f3328dddb744dee
I can send you the full config pack if you wish