Commit 8e65f95
authored
Bumps
[json-schemas](https://github.com/Blockception/Minecraft-bedrock-json-schemas)
from `1645af2` to `027a823`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Blockception/Minecraft-bedrock-json-schemas/commit/027a82392dda6f99056174e92029667f6caaa6d7"><code>027a823</code></a>
1.21.130 (<a
href="https://redirect.github.com/Blockception/Minecraft-bedrock-json-schemas/issues/425">#425</a>)</li>
<li>See full diff in <a
href="https://github.com/Blockception/Minecraft-bedrock-json-schemas/compare/1645af2cd9eb72ee2a4aaf05d10a74108bae7670...027a82392dda6f99056174e92029667f6caaa6d7">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fef3d4 commit 8e65f95
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule json-schemas updated 55 files
- 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/features/features.json+1-1
- behavior/items/items.json+1-1
- behavior/spawn_rules/spawn_rules.json+1-1
- behavior/worldgen/jigsaw_structures/jigsaw.json+1-1
- behavior/worldgen/processors/processor_list.json+1-1
- general/manifest.json+1-1
- resource/biomes/biomes.json+1-1
- source/behavior/blocks/blocks.json+6
- source/behavior/blocks/format/components/collision_box.json+18-7
- source/behavior/blocks/format/components/connection_rule.json+16
- source/behavior/blocks/format/components/leashable.json+31
- source/behavior/blocks/format/components/material_instances.json-6
- source/behavior/blocks/format/components/redstone_consumer.json+24
- source/behavior/blocks/format/components/replaceable.json+1-1
- source/behavior/blocks/format/components/support.json+16
- source/behavior/blocks/format/minecraft.block.json+8-1
- source/behavior/blocks/format/traits/connection.json+20
- source/behavior/blocks/format/traits/placement_direction.json+9-1
- source/behavior/entities/filters/filters.json+2
- source/behavior/entities/filters/filters/has_item_with_component.json+32
- source/behavior/entities/filters/filters/is_controlling_passenger_family.json+31
- source/behavior/entities/format/behaviors/explore_outskirts.json+3
- source/behavior/entities/format/behaviors/float.json+13-1
- source/behavior/entities/format/behaviors/investigate_suspicious_location.json+3
- source/behavior/entities/format/behaviors/nearest_attackable_target.json+18-3
- source/behavior/entities/format/behaviors/use_kinetic_weapon.json+140
- source/behavior/entities/format/components.json+3-1
- source/behavior/entities/format/components/addrider.json+30-7
- source/behavior/entities/format/components/ageable.json+7-7
- source/behavior/entities/format/components/breathable.json+6
- source/behavior/entities/format/components/breedable.json+24-15
- source/behavior/entities/format/components/burns_in_daylight.json+10-4
- source/behavior/entities/format/components/dash_action.json+6
- source/behavior/entities/format/components/exhaustion_values.json+6
- source/behavior/entities/format/components/healable.json+11-6
- source/behavior/entities/format/components/mob_effect.json+6
- source/behavior/entities/format/components/rotation_locked_to_vehicle.json+9
- source/behavior/entities/format/components/tameable.json+19-2
- source/behavior/items/format/components/cooldown.json+7
- source/behavior/items/format/components/kinetic_weapon.json+107
- source/behavior/items/format/components/piercing_weapon.json+43
- source/behavior/items/format/components/swing_sounds.json+24
- source/behavior/items/format/components/use_modifiers.json+5
- source/behavior/items/format/minecraft.item.json+4
- source/general/block/reference.json+1-1
- source/general/manifest/manifest.2.json+1
- source/general/manifest/manifest.3.json+1
- source/resource/biomes/format/components/cubemap_identifier.json+15
- source/resource/biomes/format/minecraft.client_biome.json+1
- source/resource/cubemaps/cubemaps.json+78
- vscode-settings.json+15
0 commit comments