VoxelPlugin/VoxelPluginFreeLegacy

Setting seeds by "Set Generator Parameter" is broken

Opened this issue · 0 comments

Users are supposed to use the "Set Generator Parameter" to set seeds now, but passing an integer (The intended object type) doesn't allow use of said seed. This should work:

image

To use the seed inside a generator:

image

But it results in an error and the seed using its default value instead:

image