-
Notifications
You must be signed in to change notification settings - Fork 2
Generator Types [Type]:
Currently we will feature 3 Main basic generator types and 1 Experimental:
Most of the generators will accept a set of parameters (see the Blank Template & Example Pages).
Cluster: - "cluster"
Vanilla-style Ore Clusters
Params:
Optional
"sparse": - Accepts a True/False Boolean
Vein: - "vein"
The "large-vein" generator will allow you to create well large-veins of ore.
Params:
Optional
"sparse": - Accepts a True/False Boolean
Geode: - "geode"
The "geode" Generator generates a either solid or hollow Sphere with an outer crust and an inner filling.
(Think Railcraft Abyssal Stone Geodes)
Params:
"width": - Accepts a Number Int
"height": - Accepts a Number Int
"hollow": - Accepts a True/False Boolean
"outline": - Accepts a Unlocalized Name
Experimental: - "???"
"More Info Soon"