This repository was archived by the owner on Sep 28, 2025. It is now read-only.
Commit 3d62996
authored
Bumps [minecraft-bedrock-schemas](https://github.com/Blockception/Minecraft-bedrock-json-schemas) from `9a916b5` to `64e084d`.
- [Release notes](https://github.com/Blockception/Minecraft-bedrock-json-schemas/releases)
- [Commits](Blockception/Minecraft-bedrock-json-schemas@9a916b5...64e084d)
---
updated-dependencies:
- dependency-name: minecraft-bedrock-schemas
dependency-version: 64e084d95b0c491a868661ae60177196ffca5d32
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 88c4b4f commit 3d62996
1 file changed
+1
-1
lines changedSubmodule minecraft-bedrock-schemas updated 69 files
- .vscode/easy.code-snippets+4
- behavior/biomes/biomes.json+1-1
- behavior/blocks/blocks.json+1-1
- behavior/entities/entities.json+1-1
- behavior/feature_rules/feature_rules.json+1-1
- behavior/items/items.json+1-1
- behavior/spawn_rules/spawn_rules.json+1-1
- behavior/trading/trading.json+1-1
- behavior/worldgen/jigsaw_structures/jigsaw.json+1-1
- resource/biomes/biomes.json+1-1
- resource/block_culling/block_culling.json+1-1
- resource/models/entity/model_entity.json+1-1
- source/behavior/biomes/biomes.json+23-35
- source/behavior/biomes/components/climate.json-31
- source/behavior/biomes/components/consolidated_features.json-8
- source/behavior/biomes/components/legacy_world_generation_rules.json-8
- source/behavior/biomes/components/mesa_surface.json-41
- source/behavior/biomes/components/nether_surface.json-8
- source/behavior/biomes/components/overworld_height.json-32
- source/behavior/biomes/format/components/capped_surface.json+14-12
- source/behavior/biomes/format/components/climate.json+52
- source/behavior/biomes/format/components/creature_spawn_probability.json+1-1
- source/behavior/biomes/format/components/frozen_ocean_surface.json+11-8
- source/behavior/biomes/format/components/mesa_surface.json+71
- source/behavior/biomes/format/components/mountain_parameters.json+15-16
- source/behavior/biomes/format/components/multinoise_generation_rules.json+6-2
- source/behavior/biomes/format/components/overworld_generation_rules.json+19-31
- source/behavior/biomes/format/components/overworld_height.json+48
- source/behavior/biomes/format/components/replace_biomes.json+47
- source/behavior/biomes/format/components/surface_material_adjustments.json+15-12
- source/behavior/biomes/format/components/surface_parameters.json+11-8
- source/behavior/biomes/format/components/swamp_surface.json+7-8
- source/behavior/biomes/format/components/tags.json+20
- source/behavior/biomes/format/components/the_end_surface.json+2-2
- source/behavior/biomes/format/minecraft.biome.json+51
- source/behavior/blocks/format/components/destruction_particles.json+18-19
- source/behavior/blocks/format/components/geometry.json+6
- source/behavior/blocks/format/components/material_instances.json+9-9
- source/behavior/blocks/format/minecraft.block.json+17-18
- source/behavior/entities/filters/filters.json+5-4
- source/behavior/entities/filters/filters/has_biome_tag.json+2-9
- source/behavior/entities/filters/filters/has_equipment_tag.json+39
- source/behavior/entities/filters/filters/is_biome.json+2-2
- source/behavior/entities/filters/filters/types/test.json-60
- source/behavior/entities/format/behaviors/float_tempt.json+90
- source/behavior/entities/format/behaviors/float_wander.json+32
- source/behavior/entities/format/behaviors/follow_mob.json+16-1
- source/behavior/entities/format/behaviors/tempt.json+17
- source/behavior/entities/format/components.json+1
- source/behavior/entities/format/components/interact.json+9-18
- source/behavior/entities/format/components/leashable.json+52-11
- source/behavior/entities/format/components/rideable.json+32
- source/behavior/features/features/minecraft.structure_template_feature.json+2-1
- source/behavior/items/format/components/food.json+1-1
- source/behavior/items/format/minecraft.item.json+2-1
- source/behavior/loot_tables/conditions/match_tool.json+1-1
- source/behavior/loot_tables/loot_tables.json+2-1
- source/behavior/trading/trading.json+8-8
- source/behavior/worldgen/jigsaw_structures/format/minecraft.jigsaw.json-1
- source/general/feature/identifier.json+1-1
- source/general/identifier.json+7
- source/general/vanilla/biome.json-92
- source/general/vanilla/biome_tag.json-44
- source/resource/biomes/format/components/biome_music.json+6-1
- source/resource/biomes/format/components/water_appearance.json-1
- source/resource/block_culling/block_culling.json+12-6
- source/resource/models/entity/1.21.0/model_entity.json+9
- source/resource/textures/item_texture.json+2-2
- source/resource/textures/terrain_texture.json+2-2
0 commit comments