Skip to content

Commit

Permalink
build(deps): bump minecraft-bedrock-schemas from 8de1960 to `83e35a…
Browse files Browse the repository at this point in the history
…b` (#756)

Bumps [minecraft-bedrock-schemas](https://github.com/Blockception/Minecraft-bedrock-json-schemas) from `8de1960` to `83e35ab`.
- [Release notes](https://github.com/Blockception/Minecraft-bedrock-json-schemas/releases)
- [Commits](Blockception/Minecraft-bedrock-json-schemas@8de1960...83e35ab)

---
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 Mar 3, 2025
1 parent 65bc5bb commit 8364766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft-bedrock-schemas
Submodule minecraft-bedrock-schemas updated 62 files
+1 −1 behavior/biomes/biomes.json
+1 −1 behavior/blocks/blocks.json
+1 −1 behavior/entities/entities.json
+1 −1 behavior/features/features.json
+1 −1 behavior/items/items.json
+1 −1 behavior/loot_tables/loot_tables.json
+1 −1 behavior/trading/trading.json
+1 −1 resource/animation_controllers/animation_controller.json
+1 −1 resource/animations/actor_animation.json
+1 −1 resource/biomes/biomes.json
+1 −1 resource/sounds.json
+0 −6 source/behavior/biomes/components/mountain_parameters.json
+21 −0 source/behavior/blocks/format/components/destruction_particles.json
+52 −26 source/behavior/blocks/format/components/map_color.json
+11 −0 source/behavior/blocks/format/components/material_instances.json
+8 −0 source/behavior/blocks/format/components/replaceable.json
+2 −0 source/behavior/blocks/format/minecraft.block.json
+6 −0 source/behavior/entities/entities.json
+6 −0 source/behavior/entities/format/behaviors/float_wander.json
+7 −0 source/behavior/entities/format/behaviors/move_around_target.json
+3 −0 source/behavior/entities/format/components.json
+12 −4 source/behavior/entities/format/components/attack.json
+9 −0 source/behavior/entities/format/components/body_rotation_axis_aligned.json
+4 −2 source/behavior/entities/format/components/breedable.json
+5 −1 source/behavior/entities/format/components/collision_box.json
+10 −2 source/behavior/entities/format/components/combat_regeneration.json
+12 −0 source/behavior/entities/format/components/entity_sensor.json
+11 −3 source/behavior/entities/format/components/healable.json
+21 −0 source/behavior/entities/format/components/input_air_controlled.json
+9 −0 source/behavior/entities/format/components/is_collidable.json
+10 −2 source/behavior/entities/format/components/mob_effect.json
+61 −12 source/behavior/entities/format/components/projectile.json
+2 −2 source/behavior/entities/format/components/renders_when_invisible.json
+3 −3 source/behavior/entities/format/components/rideable.json
+13 −5 source/behavior/entities/format/components/spell_effects.json
+43 −2 source/behavior/entities/format/events.json
+1 −1 source/behavior/features/features/minecraft.cave_carver_feature.json
+1 −1 source/behavior/features/features/minecraft.fossil_feature.json
+6 −6 source/behavior/features/features/minecraft.geode_feature.json
+1 −1 source/behavior/features/features/minecraft.growing_plant_feature.json
+2 −2 source/behavior/features/features/minecraft.multiface_feature.json
+1 −1 source/behavior/features/features/minecraft.nether_cave_carver_feature.json
+2 −2 source/behavior/features/features/minecraft.ore_feature.json
+1 −1 source/behavior/features/features/minecraft.partially_exposed_blob_feature.json
+1 −1 source/behavior/features/features/minecraft.scatter_feature.json
+5 −5 source/behavior/features/features/minecraft.single_block_feature.json
+2 −2 source/behavior/features/features/minecraft.structure_template_feature.json
+18 −18 source/behavior/features/features/minecraft.tree_feature.json
+2 −2 source/behavior/features/features/minecraft.underwater_cave_carver_feature.json
+2 −2 source/behavior/features/features/minecraft.vegetation_patch_feature.json
+1 −1 source/behavior/items/format/components/repairable.json
+8 −0 source/behavior/loot_tables/conditions/match_tool.json
+15 −0 source/general/vanilla/tint_methods.json
+6 −0 source/resource/animation_controllers/animation_controller.json
+26 −20 source/resource/animations/actor_animation.json
+15 −0 source/resource/biomes/format/components/atmosphere_identifier.json
+15 −0 source/resource/biomes/format/components/color_grading_identifier.json
+47 −0 source/resource/biomes/format/components/dry_foliage_color.json
+15 −0 source/resource/biomes/format/components/lighting_identifier.json
+15 −0 source/resource/biomes/format/components/water_identifier.json
+6 −1 source/resource/biomes/format/minecraft.client_biome.json
+34 −2 source/resource/sounds.json

0 comments on commit 8364766

Please sign in to comment.