Update from 1.21.0 to 1.21.30 (#307)

* - Remove deprecated biome components
* - Remove block hcf
* - Add item specific destroy speeds
* - Add owner distance filter
* - Update scatter feature distribution property
* - Add new entity components
- Remove behavior.peek
* - Add new item components
- Remove hcf item stuff
* - Remove volumes
* - Add set_potion loot table function
* - Mark fields as required
* - Add item display transforms
* - Add redstone conductivity block component
* - Add is_navigating filter
* - Fix move around target ref
* - Add pack namespaced loot tables functions
This commit is contained in:
Xterionix
2024-09-22 16:25:16 +05:00
committed by GitHub
parent a3e2eaabe4
commit ca1b07bc2d
68 changed files with 1489 additions and 1238 deletions

View File

@@ -0,0 +1,14 @@
{
"$id": "blockception.minecraft.behavior.items.minecraft:bundle_interaction",
"title": "Bundle Interaction",
"description": "[EXPERIMENTAL] Adds bundle-specific interactions and tooltip to the item.",
"type": "object",
"properties": {
"num_viewable_slots": {
"description": "The maximum number of slots in the bundle viewable by the plater. Can be from 1 to 64. Default is 12.",
"type": "integer",
"minimum": 1.0,
"maximum": 64.0
}
}
}