Updated for 1.21.70 along with other improvements (#337)

* Update vscode-settings.json

* - Updated map color

* - Added replaceable block component

* - Effect durations can be set to infinite now

* - Added support for entity sound variants

* - Fix description for renders_when_invisible entity component

* - Added is_collidable component

* - Updated entity_sensor

* - Added body_rotation_axis_aligned

* - Updated projectile > on_hit

* - Set min and max for collision_box

* - Added locator field to sounds in animation controllers and animations

* - Added new event response

* - Removed peak_factor from mountain_parameters component

* - Added isotropic field to material_instances

* - Added tint field to material_instances

* - Added input_air_controlled entity component

* - Added use_beta_features property to entity.json

* - Added missing match_tool property

* - Added use_home_position_restriction to float_wander goal

* - Added deferred client biome components

* - Added dry_foliage_color client biome component

* - Added destruction_particles

* - Marked biome tinting as experimental

* - Fix property_inheritance under breedable

* - Fix inconsistency with scatter feature

* - Update rideable description

* - Allowed event.add/remove to be strings

* - Added missing property in move_around_target behavior

* - Made features accept block references

* - Allowed repairable to use item descriptors

* - Fix typo
This commit is contained in:
Xterionix
2025-03-03 12:44:05 +05:00
committed by GitHub
parent 8de19607a3
commit c9449c75d6
51 changed files with 589 additions and 139 deletions

View File

@@ -23,6 +23,7 @@
"minecraft:barter": { "$ref": "./components/barter.json" },
"minecraft:block_climber": { "$ref": "./components/block_climber.json" },
"minecraft:block_sensor": { "$ref": "./components/block_sensor.json" },
"minecraft:body_rotation_axis_aligned": { "$ref": "./components/body_rotation_axis_aligned.json" },
"minecraft:body_rotation_blocked": { "$ref": "./components/body_rotation_blocked.json" },
"minecraft:boostable": { "$ref": "./components/boostable.json" },
"minecraft:boss": { "$ref": "./components/boss.json" },
@@ -83,6 +84,7 @@
"minecraft:horse.jump_strength": { "$ref": "./components/horse.jump_strength.json" },
"minecraft:hurt_on_condition": { "$ref": "./components/hurt_on_condition.json" },
"minecraft:hurt_when_wet": { "$ref": "./components/hurt_when_wet.json" },
"minecraft:input_air_controlled": { "$ref": "./components/input_air_controlled.json" },
"minecraft:input_ground_controlled": { "$ref": "./components/input_ground_controlled.json" },
"minecraft:inside_block_notifier": { "$ref": "./components/inside_block_notifier.json" },
"minecraft:insomnia": { "$ref": "./components/insomnia.json" },
@@ -92,6 +94,7 @@
"minecraft:is_baby": { "$ref": "./components/is_baby.json" },
"minecraft:is_charged": { "$ref": "./components/is_charged.json" },
"minecraft:is_chested": { "$ref": "./components/is_chested.json" },
"minecraft:is_collidable": { "$ref": "./components/is_collidable.json" },
"minecraft:is_dyeable": { "$ref": "./components/is_dyeable.json" },
"minecraft:is_hidden_when_invisible": { "$ref": "./components/is_hidden_when_invisible.json" },
"minecraft:is_ignited": { "$ref": "./components/is_ignited.json" },