[Feature Request] a text input type that zenscript can test for
JadianRadiator opened this issue · 8 comments
I'd like to request a text input type that zenscript can test for.
So that map/modpack makers can use zenscript to make portals, or any other important function unique to each placement.
Plus the ability to detect entity and player collisions.
yea i mean im the mod author, i wanna what you mean by text
here? for more details, examples?
a zenscript parameter read from the structure in and of itself.
Arbitrarily for the sake of the argument...
- block in the structure containing the text line "structure_hello=world"
- zen script doing "if (structure_hello==world) then..."
i see. you mean add text for a predicate of structure pattern. and you can read such info via ct
yes... as long as said text can be different/unique to each placement of the same multiblock.