Changes between Version 3 and Version 4 of Scripting/API


Ignore:
Timestamp:
04/06/18 17:24:10 (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Scripting/API

    v3 v4  
    201201If instead the "height map" is a value map or mask which directly indicates which biomes, for instance, must be used then using the ranged setters does not make sense and it would be better to use the one on one setter (fromLevel().toLevel()) repeatedly to set up each mapping of a "height map" value to a biome, or a colour.
    202202
    203 For the Biomes layer, the target values are the Minecraft biome IDs which you can find on the [https://minecraft.gamepedia.com/Data_values#Biome_IDs Minecraft wiki]. To reset the biome to "automatic", set the layer value to 255.
     203For the Biomes layer, the target values are the Minecraft biome IDs which you can find on the [https://minecraft.gamepedia.com/Biome#Biome_IDs Minecraft wiki]. To reset the biome to "automatic", set the layer value to 255.
    204204
    205205For the Annotations layer, the target values must be between 0 and 15. 0 indicates that the layer should not be present; the other values indicate individual colours. See [Scripting/AnnotationColours this] page for an overview of the colour mapping.