mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-25 17:22:47 +01:00
1313
This commit is contained in:
@@ -50,16 +50,16 @@ end
|
||||
local function getTurrets()
|
||||
|
||||
turretConfig.turretsOn = false
|
||||
turretConfig.attacksNeutrals = false,
|
||||
turretConfig.attacksPlayers = false,
|
||||
turretConfig.attacksMobs = false,
|
||||
turretConfig.attacksNeutrals = false
|
||||
turretConfig.attacksPlayers = false
|
||||
turretConfig.attacksMobs = false
|
||||
|
||||
getProxiesOfAllComponents("tierOneTurretBase")
|
||||
getProxiesOfAllComponents("tierTwoTurretBase")
|
||||
getProxiesOfAllComponents("tierThreeTurretBase")
|
||||
getProxiesOfAllComponents("tierFourTurretBase")
|
||||
getProxiesOfAllComponents("tierFiveTurretBase")
|
||||
|
||||
|
||||
for i = 1, #proxies do
|
||||
-- print(proxies[i].type)
|
||||
if type(proxies[i].getCurrentEnergyStorage()) ~= "string" then
|
||||
|
||||
Reference in New Issue
Block a user