1.21.100 (#363)
* - Added replacements for enderman block place/take behaviors * - Added transport items goal * - Added grass_is_shaded property * - Removed experimental tag for movable component * - Remove experimental tag from random offset * - Added can_wear_armor field * - Added "none" heightmap projection * - Improved descriptions for jigsaw rule * - Added blockstate and random block state predicates * - Improve rule descriptions * - Added min and max values for terrain texture variations * - Update template pool with empty pool * - Improved surface builder component * - Added humidity biome component * - Added partially frozen biome component * - Renamed to rotation_axis_aligned * - Added map_tints biome component
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
"title": "Heightmap Projection",
|
||||
"description": "Heightmap used to calculate the relative start height. For example, a heightmap_projection of ocean_floor and a start_height of 10 means the Jigsaw Structure will begin generating 10 blocks above the ocean floor.",
|
||||
"type": "string",
|
||||
"enum": ["ocean_floor", "world_surface"]
|
||||
"default": "none",
|
||||
"enum": ["ocean_floor", "world_surface", "none"]
|
||||
},
|
||||
"max_depth": {
|
||||
"title": "Max Depth",
|
||||
|
||||
Reference in New Issue
Block a user