mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 04:52:48 +01:00
1313
This commit is contained in:
parent
11f4734b48
commit
bb63a47cbe
@ -765,20 +765,20 @@
|
||||
-- },
|
||||
-- },
|
||||
-- {
|
||||
-- ["name"]="MineOS/Applications/TurretControl",
|
||||
-- ["url"]="IgorTimofeev/OpenComputers/master/Applications/TurretControl/TurretControl.lua",
|
||||
-- ["type"]="Application",
|
||||
-- ["about"]="IgorTimofeev/OpenComputers/master/Applications/TurretControl/About.txt",
|
||||
-- ["icon"]="IgorTimofeev/OpenComputers/master/Applications/TurretControl/Icon.pic",
|
||||
-- ["createShortcut"]="desktop",
|
||||
-- ["version"]=1.0,
|
||||
-- ["resources"]={
|
||||
-- {
|
||||
-- ["name"]="Turret.pic",
|
||||
-- ["url"]="IgorTimofeev/OpenComputers/master/Applications/TurretControl/Turret.pic",
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
["name"]="MineOS/Applications/TurretControl",
|
||||
["url"]="IgorTimofeev/OpenComputers/master/Applications/TurretControl/TurretControl.lua",
|
||||
["type"]="Application",
|
||||
["about"]="IgorTimofeev/OpenComputers/master/Applications/TurretControl/About.txt",
|
||||
["icon"]="IgorTimofeev/OpenComputers/master/Applications/TurretControl/Icon.pic",
|
||||
["createShortcut"]="desktop",
|
||||
["version"]=1.0,
|
||||
["resources"]={
|
||||
{
|
||||
["name"]="Turret.pic",
|
||||
["url"]="IgorTimofeev/OpenComputers/master/Applications/TurretControl/Turret.pic",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
["name"]="MineOS/Applications/FlappyBird",
|
||||
["url"]="IgorTimofeev/OpenComputers/master/Applications/FlappyBird/FlappyBird.lua",
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user