The Lost Cities

The Lost Cities

59M Downloads

Some blocks are not generated properly, issue with setting default blockstate?

wormzjl opened this issue ยท 6 comments

commented

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.

image

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

commented

That's not the correct notation for meta: industrialrenewal:catwalk_stair:2
Should be industrialrenewal:catwalk_stair@2

commented

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

commented

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).

commented

Show me your palette json

commented

Here is the part involved
https://gist.github.com/wormzjl/1388d25e8a18275a9f3328dddb744dee

I can send you the full config pack if you wish

commented

Ok so this issue happens with vanilla blocks too.
I have some stairs which should be facing east (minecraft:brick_stairs)
But in generated structures they are actually facing north (minecraft:brick_stairs@3)
Updated title

Screenshot:
image