You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Materialize Spell | - New Features
area | Define an area of blocks to materialize
Area must support a block as its geometrical center!
height | Define the area's height to materialize
fall-height | Change how high falling blocks fall from
use-pattern - enables the use of patterns
patterns - define a list of blocks to be used per row.
If they are more rows than pattern lists, it will repeat
It will go through until the pattern lists are all used up
restart-pattern-each-row - Normally, the pattern continues through if it has been reset. 41,42 pattern will continue within a 3x3 becoming...
41,42,41
42,41,42
41,42,41
This options makes it...
41,42,41
41,42,41
41,42,41
randomize-pattern - Literally randomizes a row's pattern
stretch-pattern - Generates 1 floor then stretches that result until the height is reached
Thanks once again, Shadoward12 for the inspiration from his pattern spell.