fix neural api location
This commit is contained in:
26
neural/apis/mobs.lua
Normal file
26
neural/apis/mobs.lua
Normal file
@@ -0,0 +1,26 @@
|
||||
local Mobs = { }
|
||||
|
||||
local hostiles = {
|
||||
BabySkeleton = true,
|
||||
BabyZombie = true,
|
||||
Bat = true,
|
||||
Blaze = true,
|
||||
Creeper = true,
|
||||
Ghast = true,
|
||||
Husk = true,
|
||||
LavaSlime = true,
|
||||
PigZombie = true,
|
||||
Skeleton = true,
|
||||
Slime = true,
|
||||
Spider = true,
|
||||
Witch = true,
|
||||
WitherSkeleton = true,
|
||||
Zombie = true,
|
||||
ZombieVillager = true,
|
||||
}
|
||||
|
||||
function Mobs.getNames()
|
||||
return hostiles
|
||||
end
|
||||
|
||||
return Mobs
|
||||
Reference in New Issue
Block a user