This repository was archived by the owner on Sep 28, 2025. It is now read-only.
Commit 561ca30
authored
Bumps [minecraft-bedrock-schemas](https://github.com/Blockception/Minecraft-bedrock-json-schemas) from `968d0c7` to `98fda1f`.
- [Release notes](https://github.com/Blockception/Minecraft-bedrock-json-schemas/releases)
- [Commits](Blockception/Minecraft-bedrock-json-schemas@968d0c7...98fda1f)
---
updated-dependencies:
- dependency-name: minecraft-bedrock-schemas
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bb60a0 commit 561ca30
1 file changed
+1
-1
lines changedSubmodule minecraft-bedrock-schemas updated 68 files
- README.md+1
- behavior/biomes/biomes.json+1-1
- behavior/blocks/blocks.json+1-1
- behavior/cameras/presets/cameras.json+1-1
- behavior/dialogue/dialogue.json+1-1
- behavior/entities/entities.json+1-1
- behavior/feature_rules/feature_rules.json+1-1
- behavior/features/features.json+1-1
- behavior/item_catalog/crafting_item_catalog.json+1
- behavior/items/items.json+1-1
- behavior/lighting/global.json+1-1
- behavior/loot_tables/loot_tables.json+1-1
- behavior/spawn_rules/spawn_rules.json+1-1
- behavior/trading/trading.json+1-1
- behavior/worldgen/jigsaw_structures/jigsaw.json+1
- behavior/worldgen/processors/processor_list.json+1
- behavior/worldgen/structure_sets/structure_set.json+1
- behavior/worldgen/template_pools/template_pool.json+1
- general/manifest.json+1-1
- resource/attachables/attachables.json+1-1
- resource/biomes/biomes.json+1-1
- resource/block_culling/block_culling.json+1-1
- resource/blocks.json+1-1
- resource/entity/entity.json+1-1
- resource/fog/fog.json+1-1
- resource/items/items.json+1-1
- resource/models/entity/model_entity.json+1-1
- resource/particles/particles.json+1-1
- resource/sounds.json+1-1
- resource/sounds/sound_definitions.json+1-1
- resource/textures/texture_set.json+1-1
- source/behavior/biomes/biomes.json+1
- source/behavior/biomes/components/creature_spawn_probability.json+16
- source/behavior/blocks/format/components/item_visual.json+1-1
- source/behavior/blocks/format/components/liquid_detection.json+1-1
- source/behavior/blocks/format/minecraft.block.json+4-1
- source/behavior/entities/filters/filters.json+2
- source/behavior/entities/filters/filters/has_ability.json+1-1
- source/behavior/entities/filters/filters/home_distance.json+26
- source/behavior/entities/filters/filters/is_bound_to_creaking_heart.json+31
- source/behavior/entities/format/behaviors/go_and_give_items_to_noteblock.json+1-1
- source/behavior/entities/format/behaviors/move_outdoors.json+3-3
- source/behavior/entities/format/behaviors/ram_attack.json+2-2
- source/behavior/entities/format/behaviors/random_search_and_dig.json+4-4
- source/behavior/entities/format/behaviors/stay_near_noteblock.json+1-1
- source/behavior/entities/format/components.json+1
- source/behavior/entities/format/components/area_attack.json+1-1
- source/behavior/entities/format/components/breedable.json+30-1
- source/behavior/entities/format/components/looked_at.json+6
- source/behavior/entities/format/components/renders_when_invisible.json+8
- source/behavior/item_catalog/crafting_item_catalog.json+13
- source/behavior/item_catalog/format/crafting_items_catalog.json+101
- source/behavior/items/format/components/storage_item.json-14
- source/behavior/items/format/components/storage_weight_limit.json+15
- source/behavior/items/format/components/storage_weight_modifier.json+15
- source/behavior/items/format/minecraft.item.json+6-1
- source/behavior/loot_tables/conditions.json+4
- source/behavior/loot_tables/conditions/match_tool.json+60
- source/behavior/loot_tables/functions.json+3
- source/behavior/loot_tables/functions/set_armor_trim.json+60
- source/behavior/loot_tables/loot_tables.json-17
- source/compress_specification.json+5-4
- source/general/format_version.json+2-2
- source/general/vanilla/item_group.json-87
- source/resource/biomes/format/components/water_appearance.json+7
- source/resource/blocks.json+1-110
- source/resource/sounds.json+5
- vscode-settings.json+15
0 commit comments