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:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.items",
|
||||
"additionalProperties": false,
|
||||
"required": ["description"],
|
||||
"required": [ "description" ],
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
@@ -53,15 +53,19 @@
|
||||
"type": "object",
|
||||
"description": "The components of this item.",
|
||||
"properties": {
|
||||
"minecraft:allow_off_hand": {"$ref": "./components/allow_off_hand.json"},
|
||||
"minecraft:allow_off_hand": { "$ref": "./components/allow_off_hand.json" },
|
||||
"minecraft:block_placer": { "$ref": "./components/block_placer.json" },
|
||||
"minecraft:can_destroy_in_creative": {"$ref": "./components/can_destroy_in_creative.json"},
|
||||
"minecraft:bundle_interaction": { "$ref": "./components/bundle_interaction.json" },
|
||||
"minecraft:can_destroy_in_creative": { "$ref": "./components/can_destroy_in_creative.json" },
|
||||
"minecraft:cooldown": { "$ref": "./components/cooldown.json" },
|
||||
"minecraft:custom_components": { "$ref": "./components/custom_components.json" },
|
||||
"minecraft:damage": {"$ref": "./components/damage.json"},
|
||||
"minecraft:damage": { "$ref": "./components/damage.json" },
|
||||
"minecraft:damage_absorption": { "$ref": "./components/damage_absorption.json" },
|
||||
"minecraft:digger": { "$ref": "./components/digger.json" },
|
||||
"minecraft:display_name": { "$ref": "./components/display_name.json" },
|
||||
"minecraft:durability_sensor": { "$ref": "./components/durability_sensor.json" },
|
||||
"minecraft:durability": { "$ref": "./components/durability.json" },
|
||||
"minecraft:dyeable": { "$ref": "./components/dyeable.json" },
|
||||
"minecraft:enchantable": { "$ref": "./components/enchantable.json" },
|
||||
"minecraft:entity_placer": { "$ref": "./components/entity_placer.json" },
|
||||
"minecraft:food": { "$ref": "./components/food.json" },
|
||||
@@ -73,17 +77,18 @@
|
||||
"minecraft:max_stack_size": { "$ref": "./components/max_stack_size.json" },
|
||||
"minecraft:projectile": { "$ref": "./components/projectile.json" },
|
||||
"minecraft:record": { "$ref": "./components/record.json" },
|
||||
"minecraft:rarity": { "$ref": "./components/rarity.json" },
|
||||
"minecraft:repairable": { "$ref": "./components/repairable.json" },
|
||||
"minecraft:shooter": { "$ref": "./components/shooter.json" },
|
||||
"minecraft:should_despawn": { "$ref": "./components/should_despawn.json" },
|
||||
"minecraft:stacked_by_data": { "$ref": "./components/stacked_by_data.json" },
|
||||
"minecraft:storage_item": { "$ref": "./components/storage_item.json" },
|
||||
"minecraft:tags": { "$ref": "./components/tags.json" },
|
||||
"minecraft:throwable": { "$ref": "./components/throwable.json" },
|
||||
"minecraft:use_animation": { "$ref": "./components/use_animation.json" },
|
||||
"minecraft:use_modifiers": { "$ref": "./components/use_modifiers.json" },
|
||||
"minecraft:wearable": { "$ref": "./components/wearable.json" }
|
||||
}
|
||||
},
|
||||
"events": { "$ref": "./events.json" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user