better auto deposit

This commit is contained in:
kepler155c@gmail.com
2019-01-02 06:03:42 -05:00
parent 759f7b0fa6
commit 1aa5dfdeaf
2 changed files with 24 additions and 9 deletions

View File

@@ -4,7 +4,9 @@ local hostiles = {
BabySkeleton = true,
BabyZombie = true,
Bat = true,
Blaze = true,
Creeper = true,
Ghast = true,
Husk = true,
LavaSlime = true,
PigZombie = true,
@@ -12,6 +14,7 @@ local hostiles = {
Slime = true,
Spider = true,
Witch = true,
WitherSkeleton = true,
Zombie = true,
ZombieVillager = true,
}