ChunkGenerator - WorldCreator Generator (Effect) — SkBee
Addon: SkBee · Category: Effect · Since: 3.5.0
Syntax
set chunk generator of %worldcreator% to chunk generator with id %string%Description
Set the chunk generator of a world creator.
Examples
on load:
if world "mars" is not loaded:
set {_w} to world creator named "mars"
set chunk generator of {_w} to chunk generator with id "mars"
load world from creator {_w}