Multiblocked

Multiblocked

86.6k Downloads

[Feature Request] a text input type that zenscript can test for

JadianRadiator opened this issue · 8 comments

commented

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.

commented

What's the text input?

commented

dude,
this is a feature request, not a wiki page.

commented

yea i mean im the mod author, i wanna what you mean by text here? for more details, examples?

commented

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..."
commented

i see. you mean add text for a predicate of structure pattern. and you can read such info via ct

commented

yes... as long as said text can be different/unique to each placement of the same multiblock.

commented

fine, let me what can i do

commented

there is a new conditon to check blocks in the structure in the latest version (v0.6.2)