Skip to content

Commit 90efbd3

Browse files
committed
1.0.2
Fixes Fixed crawler_zombie spawn rule Implemented WIP goals to the happy_creeper, using ItemsAdder 4.0.12 beta
1 parent 47d1131 commit 90efbd3

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

crawler_zombie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ entities:
99
movement: 0.1
1010
entities_populators:
1111
crawler_zombie:
12-
entity: vanillaex:happy_creeper
12+
entity: vanillaex:crawler_zombie
1313
chance: 3
1414
spawn_logic:
1515
method: REPLACE

happy_creeper.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,23 @@ entities_populators:
1414
entities:
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
2034
loots:
2135
mobs:
2236
happy_creeper:

0 commit comments

Comments
 (0)