Skip to content

Commit

Permalink
build(deps): bump minecraft-bedrock-schemas from 968d0c7 to `98fda1…
Browse files Browse the repository at this point in the history
…f` (#747)

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>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 4bb60a0 commit 561ca30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft-bedrock-schemas
Submodule minecraft-bedrock-schemas updated 68 files
+1 −0 README.md
+1 −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 −0 behavior/item_catalog/crafting_item_catalog.json
+1 −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 −0 behavior/worldgen/jigsaw_structures/jigsaw.json
+1 −0 behavior/worldgen/processors/processor_list.json
+1 −0 behavior/worldgen/structure_sets/structure_set.json
+1 −0 behavior/worldgen/template_pools/template_pool.json
+1 −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 −0 source/behavior/biomes/biomes.json
+16 −0 source/behavior/biomes/components/creature_spawn_probability.json
+1 −1 source/behavior/blocks/format/components/item_visual.json
+1 −1 source/behavior/blocks/format/components/liquid_detection.json
+4 −1 source/behavior/blocks/format/minecraft.block.json
+2 −0 source/behavior/entities/filters/filters.json
+1 −1 source/behavior/entities/filters/filters/has_ability.json
+26 −0 source/behavior/entities/filters/filters/home_distance.json
+31 −0 source/behavior/entities/filters/filters/is_bound_to_creaking_heart.json
+1 −1 source/behavior/entities/format/behaviors/go_and_give_items_to_noteblock.json
+3 −3 source/behavior/entities/format/behaviors/move_outdoors.json
+2 −2 source/behavior/entities/format/behaviors/ram_attack.json
+4 −4 source/behavior/entities/format/behaviors/random_search_and_dig.json
+1 −1 source/behavior/entities/format/behaviors/stay_near_noteblock.json
+1 −0 source/behavior/entities/format/components.json
+1 −1 source/behavior/entities/format/components/area_attack.json
+30 −1 source/behavior/entities/format/components/breedable.json
+6 −0 source/behavior/entities/format/components/looked_at.json
+8 −0 source/behavior/entities/format/components/renders_when_invisible.json
+13 −0 source/behavior/item_catalog/crafting_item_catalog.json
+101 −0 source/behavior/item_catalog/format/crafting_items_catalog.json
+0 −14 source/behavior/items/format/components/storage_item.json
+15 −0 source/behavior/items/format/components/storage_weight_limit.json
+15 −0 source/behavior/items/format/components/storage_weight_modifier.json
+6 −1 source/behavior/items/format/minecraft.item.json
+4 −0 source/behavior/loot_tables/conditions.json
+60 −0 source/behavior/loot_tables/conditions/match_tool.json
+3 −0 source/behavior/loot_tables/functions.json
+60 −0 source/behavior/loot_tables/functions/set_armor_trim.json
+0 −17 source/behavior/loot_tables/loot_tables.json
+5 −4 source/compress_specification.json
+2 −2 source/general/format_version.json
+0 −87 source/general/vanilla/item_group.json
+7 −0 source/resource/biomes/format/components/water_appearance.json
+1 −110 source/resource/blocks.json
+5 −0 source/resource/sounds.json
+15 −0 vscode-settings.json

0 comments on commit 561ca30

Please sign in to comment.