Updated Components

This commit is contained in:
DaanV2
2021-07-01 12:35:10 +02:00
parent 012b6eee4b
commit 95cd93967a
4 changed files with 33 additions and 0 deletions

View File

@@ -175,6 +175,10 @@
"minecraft:walk_animation_speed": { "$ref": "../1.8.0/components/minecraft.walk_animation_speed.json" },
"minecraft:wants_jockey": { "$ref": "../1.8.0/components/minecraft.wants_jockey.json" },
"minecraft:water_movement": { "$ref": "../1.8.0/components/minecraft.water_movement.json" },
"minecraft:dweller": { "$ref": "../1.8.0/components/minecraft.dweller.json" },
"minecraft:hide": { "$ref": "../1.16.0/components/minecraft.hide.json" },
"minecraft:horse.jump_strength": { "$ref": "../1.16.0/components/minecraft.horse.jump_strength.json" },
"minecraft:trade_resupply": { "$ref": "../1.16.0/components/minecraft.trade_resupply.json" },
"minecraft:behavior.admire_item": { "$ref": "../1.8.0/behaviors/minecraft.behavior.admire_item.json" },
"minecraft:behavior.avoid_mob_type": { "$ref": "../1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json" },

View File

@@ -176,6 +176,9 @@
"minecraft:walk_animation_speed": { "$ref": "../1.8.0/components/minecraft.walk_animation_speed.json" },
"minecraft:wants_jockey": { "$ref": "../1.8.0/components/minecraft.wants_jockey.json" },
"minecraft:water_movement": { "$ref": "../1.8.0/components/minecraft.water_movement.json" },
"minecraft:hide": { "$ref": "../1.16.0/components/minecraft.hide.json" },
"minecraft:horse.jump_strength": { "$ref": "../1.16.0/components/minecraft.horse.jump_strength.json" },
"minecraft:trade_resupply": { "$ref": "../1.16.0/components/minecraft.trade_resupply.json" },
"minecraft:behavior.admire_item": { "$ref": "../1.8.0/behaviors/minecraft.behavior.admire_item.json" },
"minecraft:behavior.avoid_mob_type": { "$ref": "../1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json" },

View File

@@ -176,6 +176,9 @@
"minecraft:walk_animation_speed": { "$ref": "../1.8.0/components/minecraft.walk_animation_speed.json" },
"minecraft:wants_jockey": { "$ref": "../1.8.0/components/minecraft.wants_jockey.json" },
"minecraft:water_movement": { "$ref": "../1.8.0/components/minecraft.water_movement.json" },
"minecraft:hide": { "$ref": "../1.16.0/components/minecraft.hide.json" },
"minecraft:horse.jump_strength": { "$ref": "../1.16.0/components/minecraft.horse.jump_strength.json" },
"minecraft:trade_resupply": { "$ref": "../1.16.0/components/minecraft.trade_resupply.json" },
"minecraft:behavior.admire_item": { "$ref": "../1.8.0/behaviors/minecraft.behavior.admire_item.json" },
"minecraft:behavior.avoid_mob_type": { "$ref": "../1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json" },

View File

@@ -156,6 +156,29 @@
"minecraft:walk_animation_speed": { "$ref": "./components/minecraft.walk_animation_speed.json" },
"minecraft:wants_jockey": { "$ref": "./components/minecraft.wants_jockey.json" },
"minecraft:water_movement": { "$ref": "./components/minecraft.water_movement.json" },
"minecraft:admire_item": { "$ref": "../1.8.0/components/minecraft.admire_item.json" },
"minecraft:area_attack": { "$ref": "../1.8.0/components/minecraft.area_attack.json" },
"minecraft:attack_cooldown": { "$ref": "../1.8.0/components/minecraft.attack_cooldown.json" },
"minecraft:barter": { "$ref": "../1.8.0/components/minecraft.barter.json" },
"minecraft:block_sensor": { "$ref": "../1.8.0/components/minecraft.block_sensor.json" },
"minecraft:buoyant": { "$ref": "../1.8.0/components/minecraft.buoyant.json" },
"minecraft:celebrate_hunt": { "$ref": "../1.8.0/components/minecraft.celebrate_hunt.json" },
"minecraft:entity_sensor": { "$ref": "../1.8.0/components/minecraft.entity_sensor.json" },
"minecraft:equip_item": { "$ref": "../1.8.0/components/minecraft.equip_item.json" },
"minecraft:experience_reward": { "$ref": "../1.8.0/components/minecraft.experience_reward.json" },
"minecraft:group_size": { "$ref": "../1.8.0/components/minecraft.group_size.json" },
"minecraft:grows_crop": { "$ref": "../1.8.0/components/minecraft.grows_crop.json" },
"minecraft:home": { "$ref": "../1.8.0/components/minecraft.home.json" },
"minecraft:instant_despawn": { "$ref": "../1.8.0/components/minecraft.instant_despawn.json" },
"minecraft:mob_effect": { "$ref": "../1.8.0/components/minecraft.mob_effect.json" },
"minecraft:movement.hover": { "$ref": "../1.8.0/components/minecraft.movement.hover.json" },
"minecraft:navigation.hover": { "$ref": "../1.8.0/components/minecraft.navigation.hover.json" },
"minecraft:npc": { "$ref": "../1.8.0/components/minecraft.npc.json" },
"minecraft:strength": { "$ref": "../1.8.0/components/minecraft.strength.json" },
"minecraft:trail": { "$ref": "../1.8.0/components/minecraft.trail.json" },
"minecraft:hide": { "$ref": "../1.16.0/components/minecraft.hide.json" },
"minecraft:horse.jump_strength": { "$ref": "../1.16.0/components/minecraft.horse.jump_strength.json" },
"minecraft:trade_resupply": { "$ref": "../1.16.0/components/minecraft.trade_resupply.json" },
"minecraft:behavior.admire_item": { "$ref": "./behaviors/minecraft.behavior.admire_item.json" },
"minecraft:behavior.avoid_block": { "$ref": "../1.16.0/behaviors/minecraft.behavior.avoid_block.json" },