Example:
Code: Select all
prot_type["entity-N"].next_rotation = "entity-E"
prot_type["entity-E"].next_rotation = "entity-S"
prot_type["entity-S"].next_rotation = "entity-W"
prot_type["entity-W"].next_rotation = "entity-N"
Code: Select all
prot_type["entity-N"].next_rotation = "entity-E"
prot_type["entity-E"].next_rotation = "entity-S"
prot_type["entity-S"].next_rotation = "entity-W"
prot_type["entity-W"].next_rotation = "entity-N"
Now I can place left-side and right-side hazard concrete with the same item.Rseding91 wrote: Thu Oct 18, 2018 10:47 pm I don't see the utility in this. If an entity has rotation support then it already works to rotate it and if it doesn't have rotation support it doesn't have rotation support on purpose.