Misc entity fixes (#248)
* - Misc entity fixes * - Update entity sensor * Update source/behavior/entities/format/behaviors/dig.json Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com> * - Change entity sensor range property * - Fix --------- Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
"minecraft:is_hidden_when_invisible": { "$ref": "./components/is_hidden_when_invisible.json" },
|
||||
"minecraft:is_ignited": { "$ref": "./components/is_ignited.json" },
|
||||
"minecraft:is_illager_captain": { "$ref": "./components/is_illager_captain.json" },
|
||||
"minecraft:is_pregnant": { "$ref": "./components/is_pregnant.json" },
|
||||
"minecraft:is_saddled": { "$ref": "./components/is_saddled.json" },
|
||||
"minecraft:is_shaking": { "$ref": "./components/is_shaking.json" },
|
||||
"minecraft:is_sheared": { "$ref": "./components/is_sheared.json" },
|
||||
@@ -223,7 +224,7 @@
|
||||
"minecraft:behavior.eat_block": { "$ref": "./behaviors/eat_block.json" },
|
||||
"minecraft:behavior.eat_carried_item": { "$ref": "./behaviors/eat_carried_item.json" },
|
||||
"minecraft:behavior.eat_mob": { "$ref": "./behaviors/eat_mob.json" },
|
||||
"minecraft:behavior.emerge": { "$ref": "./behaviors/eat_mob.json" },
|
||||
"minecraft:behavior.emerge": { "$ref": "./behaviors/emerge.json" },
|
||||
"minecraft:behavior.enderman_leave_block": { "$ref": "./behaviors/enderman_leave_block.json" },
|
||||
"minecraft:behavior.enderman_take_block": { "$ref": "./behaviors/enderman_take_block.json" },
|
||||
"minecraft:behavior.equip_item": { "$ref": "./behaviors/equip_item.json" },
|
||||
@@ -327,6 +328,7 @@
|
||||
"minecraft:behavior.slime_random_direction": { "$ref": "./behaviors/slime_random_direction.json" },
|
||||
"minecraft:behavior.snacking": { "$ref": "./behaviors/snacking.json" },
|
||||
"minecraft:behavior.sneeze": { "$ref": "./behaviors/sneeze.json" },
|
||||
"minecraft:behavior.sniff": { "$ref": "./behaviors/sniff.json" },
|
||||
"minecraft:behavior.sonic_boom": { "$ref": "./behaviors/sonic_boom.json" },
|
||||
"minecraft:behavior.squid_dive": { "$ref": "./behaviors/squid_dive.json" },
|
||||
"minecraft:behavior.squid_flee": { "$ref": "./behaviors/squid_flee.json" },
|
||||
|
||||
Reference in New Issue
Block a user