milo status panel + system tabs
This commit is contained in:
@@ -5,6 +5,7 @@ local hostiles = {
|
||||
BabyZombie = true,
|
||||
Bat = true,
|
||||
Blaze = true,
|
||||
CaveSpider = true,
|
||||
Creeper = true,
|
||||
Ghast = true,
|
||||
Husk = true,
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
_G.requireInjector(_ENV)
|
||||
|
||||
local Mobs = require('neural.mobs')
|
||||
local ni = require('neural.interface')
|
||||
local Point = require('point')
|
||||
local Util = require('util')
|
||||
|
||||
local os = _G.os
|
||||
|
||||
@@ -40,7 +37,6 @@ while true do
|
||||
local targets = findTargets()
|
||||
if targets then
|
||||
for _, entity in ipairs(targets) do
|
||||
Util.print(entity)
|
||||
ni.shootAt(entity, 1)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user