File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ entities:
99 movement : 0.1
1010entities_populators :
1111 crawler_zombie :
12- entity : vanillaex:happy_creeper
12+ entity : vanillaex:crawler_zombie
1313 chance : 3
1414 spawn_logic :
1515 method : REPLACE
Original file line number Diff line number Diff line change @@ -14,9 +14,23 @@ entities_populators:
1414entities :
1515 happy_creeper :
1616 model_folder : entity/happy_creeper
17- type : WOLF
17+ type : ZOMBIE
1818 can_sun_burn : false
19- eyes_height : 0.25
19+ eyes_height : 0.1
20+ goals :
21+ move_to_block :
22+ priority : 7
23+ blocks :
24+ - POPPY
25+ attack_near :
26+ priority : 8
27+ entity : CREEPER
28+ look_at_entity :
29+ priority : 8
30+ entity : PLAYER
31+ melee_attack :
32+ priority : 10
33+ enabled : true
2034loots :
2135 mobs :
2236 happy_creeper :
You can’t perform that action at this time.
0 commit comments