* - 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:
Xterionix
2025-08-08 18:59:24 +05:00
committed by GitHub
parent b2f33a0ca9
commit 5503ea5612
25 changed files with 662 additions and 345 deletions

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.blocks.minecraft.movable",
"title": "Movable",
"description": "[Experimental] This allows for blocks to configure how they should react when moved by a piston",
"description": "This allows for blocks to configure how they should react when moved by a piston",
"type": "object",
"additionalProperties": false,
"required": [ "movement_type" ],

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.blocks.minecraft.random_offset",
"title": "Random Offset",
"description": "[Experimental] This allows for blocks to randomly offset like foliage does in the Vanilla game",
"description": "This allows for blocks to randomly offset like foliage does in the Vanilla game",
"type": "object",
"additionalProperties": false,
"definitions": {