Processed new entity data

This commit is contained in:
DaanV2
2022-09-20 19:33:11 +02:00
parent dc7caebfff
commit 0166d1c31f
6 changed files with 71 additions and 35 deletions

View File

@@ -62,6 +62,7 @@
"minecraft:flying_speed": { "$ref": "./components/flying_speed.json" },
"minecraft:follow_range": { "$ref": "./components/follow_range.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" },
"minecraft:giveable": { "$ref": "./components/giveable.json" },
"minecraft:ground_offset": { "$ref": "./components/ground_offset.json" },
@@ -269,13 +270,17 @@
"minecraft:behavior.move_to_random_block": { "$ref": "./behaviors/move_to_random_block.json" },
"minecraft:behavior.move_to_village": { "$ref": "./behaviors/move_to_village.json" },
"minecraft:behavior.move_to_water": { "$ref": "./behaviors/move_to_water.json" },
"minecraft:behavior.move_towards_dwelling_restriction": { "$ref": "./behaviors/move_towards_dwelling_restriction.json" },
"minecraft:behavior.move_towards_dwelling_restriction": {
"$ref": "./behaviors/move_towards_dwelling_restriction.json"
},
"minecraft:behavior.move_towards_home_restriction": { "$ref": "./behaviors/move_towards_home_restriction.json" },
"minecraft:behavior.move_towards_restriction": { "$ref": "./behaviors/move_towards_restriction.json" },
"minecraft:behavior.move_towards_target": { "$ref": "./behaviors/move_towards_target.json" },
"minecraft:behavior.nap": { "$ref": "./behaviors/nap.json" },
"minecraft:behavior.nearest_attackable_target": { "$ref": "./behaviors/nearest_attackable_target.json" },
"minecraft:behavior.nearest_prioritized_attackable_target": { "$ref": "./behaviors/nearest_prioritized_attackable_target.json" },
"minecraft:behavior.nearest_prioritized_attackable_target": {
"$ref": "./behaviors/nearest_prioritized_attackable_target.json"
},
"minecraft:behavior.ocelot_sit_on_block": { "$ref": "./behaviors/ocelot_sit_on_block.json" },
"minecraft:behavior.ocelotattack": { "$ref": "./behaviors/ocelotattack.json" },
"minecraft:behavior.offer_flower": { "$ref": "./behaviors/offer_flower.json" },