- Attribute components (#253)

This commit is contained in:
Xterionix
2024-03-28 15:16:57 +05:00
committed by GitHub
parent fb034c6c90
commit 0fe15823e0
9 changed files with 36 additions and 223 deletions

View File

@@ -6,6 +6,7 @@
"description": "A collection of components.",
"required": [],
"properties": {
"minecraftabsorption:": {"$ref": "./components/attribute.json"},
"minecraft:addrider": { "$ref": "./components/addrider.json" },
"minecraft:admire_item": { "$ref": "./components/admire_item.json" },
"minecraft:ageable": { "$ref": "./components/ageable.json" },
@@ -16,7 +17,7 @@
"minecraft:annotation.open_door": { "$ref": "./components/annotation.open_door.json" },
"minecraft:area_attack": { "$ref": "./components/area_attack.json" },
"minecraft:attack_cooldown": { "$ref": "./components/attack_cooldown.json" },
"minecraft:attack_damage": { "$ref": "./components/attack_damage.json" },
"minecraft:attack_damage": { "$ref": "./components/attribute.json" },
"minecraft:attack": { "$ref": "./components/attack.json" },
"minecraft:balloonable": { "$ref": "./components/balloonable.json" },
"minecraft:barter": { "$ref": "./components/barter.json" },
@@ -62,7 +63,7 @@
"minecraft:floats_in_liquid": { "$ref": "./components/floats_in_liquid.json" },
"minecraft:flocking": { "$ref": "./components/flocking.json" },
"minecraft:flying_speed": { "$ref": "./components/flying_speed.json" },
"minecraft:follow_range": { "$ref": "./components/follow_range.json" },
"minecraft:follow_range": { "$ref": "./components/attribute.json" },
"minecraft:friction_modifier": { "$ref": "./components/friction_modifier.json" },
"minecraft:game_event_movement_tracking": { "$ref": "./components/game_event_movement_tracking.json" },
"minecraft:genetics": { "$ref": "./components/genetics.json" },
@@ -71,7 +72,7 @@
"minecraft:group_size": { "$ref": "./components/group_size.json" },
"minecraft:grows_crop": { "$ref": "./components/grows_crop.json" },
"minecraft:healable": { "$ref": "./components/healable.json" },
"minecraft:health": { "$ref": "./components/health.json" },
"minecraft:health": { "$ref": "./components/attribute.json" },
"minecraft:heartbeat": { "$ref": "./components/heartbeat.json" },
"minecraft:hide": { "$ref": "./components/hide.json" },
"minecraft:home": { "$ref": "./components/home.json" },
@@ -102,11 +103,12 @@
"minecraft:item_hopper": { "$ref": "./components/item_hopper.json" },
"minecraft:jump.dynamic": { "$ref": "./components/jump.dynamic.json" },
"minecraft:jump.static": { "$ref": "./components/jump.static.json" },
"minecraft:knockback_resistance": { "$ref": "./components/knockback_resistance.json" },
"minecraft:lava_movement": { "$ref": "./components/lava_movement.json" },
"minecraft:knockback_resistance": { "$ref": "./components/attribute.json" },
"minecraft:lava_movement": { "$ref": "./components/attribute.json" },
"minecraft:leashable": { "$ref": "./components/leashable.json" },
"minecraft:lookat": { "$ref": "./components/lookat.json" },
"minecraft:loot": { "$ref": "./components/loot.json" },
"minecraft:luck": {"$ref": "./components/attribute.json"},
"minecraft:managed_wandering_trader": { "$ref": "./components/managed_wandering_trader.json" },
"minecraft:mark_variant": { "$ref": "./components/mark_variant.json" },
"minecraft:mob_effect": { "$ref": "./components/mob_effect.json" },
@@ -120,7 +122,7 @@
"minecraft:movement.jump": { "$ref": "./components/movement.jump.json" },
"minecraft:movement.skip": { "$ref": "./components/movement.skip.json" },
"minecraft:movement.sway": { "$ref": "./components/movement.sway.json" },
"minecraft:movement": { "$ref": "./components/movement.json" },
"minecraft:movement": { "$ref": "./components/attribute.json" },
"minecraft:nameable": { "$ref": "./components/nameable.json" },
"minecraft:navigation.climb": { "$ref": "./components/navigation.climb.json" },
"minecraft:navigation.float": { "$ref": "./components/navigation.float.json" },
@@ -182,7 +184,7 @@
"minecraft:trust": { "$ref": "./components/trust.json" },
"minecraft:trusting": { "$ref": "./components/trusting.json" },
"minecraft:type_family": { "$ref": "./components/type_family.json" },
"minecraft:underwater_movement": { "$ref": "./components/underwater_movement.json" },
"minecraft:underwater_movement": { "$ref": "./components/attribute.json" },
"minecraft:variable_max_auto_step": { "$ref": "./components/variable_max_auto_step.json" },
"minecraft:variant": { "$ref": "./components/variant.json" },
"minecraft:vibration_damper": { "$ref": "./components/vibration_damper.json" },