Small enhancement
This commit is contained in:
parent
acec6a2213
commit
0235a524bb
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ public class EndEntities {
|
|||
.customRule(EndSlimeEntity::canSpawn)
|
||||
.buildNoRestrictions(Types.MOTION_BLOCKING);
|
||||
|
||||
SpawnRuleBulder.start(SHADOW_WALKER).notPeaceful().onlyOnValidBlocks().maxNearby(8, 64).buildNoRestrictions(Types.MOTION_BLOCKING);
|
||||
SpawnRuleBulder.start(SHADOW_WALKER).vanillaHostile().onlyOnValidBlocks().maxNearby(8, 64).buildNoRestrictions(Types.MOTION_BLOCKING);
|
||||
|
||||
// Water //
|
||||
SpawnRuleBulder.start(END_FISH).maxNearby(8, 64).buildInWater(Types.MOTION_BLOCKING);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue