Schematics - garet90/simple-skyblock GitHub Wiki

Schematics are the blueprints SimpleSkyblock uses to generate islands. The following are the items in the structure.yml file.

Item Description
biome Sets the biome of the structure. For example, if you wanted a certain island to be Taiga, you would set it here. Fills the whole area with that biome, even parts set to AIR.
width The width of the structure (x).
height The height of the structure (y).
depth The depth of the structure (z).
map The map of blocks to generate. The first layer is the y value, the second layer is the z value, and the third is x values.

Custom map values

Type Description
ore A random ore generated from the GENERATOR_ORES option in config.yml
player_spawn Where the player is to spawn. Clears the block above it.
item_chest The chest with items in it.
tree An oak tree.