diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-04-14 20:07:28 +0200 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-04-15 01:44:25 +0200 |
commit | 3e6eb00546a95ca50a6670afd955b4392a19d2ab (patch) | |
tree | cd58097a91223c52e93dc025a86b5240195703c4 | |
parent | 1e38d27f9f747568d87cd2bb155aeecc5d069c70 (diff) |
Removes Repair_Turret dependency
-rw-r--r-- | von-newmann-2/control.lua | 1 | ||||
-rw-r--r-- | von-newmann-2/info.json | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/von-newmann-2/control.lua b/von-newmann-2/control.lua index 3b67c34..2e08e16 100644 --- a/von-newmann-2/control.lua +++ b/von-newmann-2/control.lua @@ -10,7 +10,6 @@ local entities = { {"iron-storage-chest", {y = -2,x = 3}, { items = { {"roboport", 5}, - {"repair-turret", 15}, {"electric-mining-drill", 10}, {"transport-belt", 100}, {"big-electric-pole", 10}, diff --git a/von-newmann-2/info.json b/von-newmann-2/info.json index eeb0308..25dcf17 100644 --- a/von-newmann-2/info.json +++ b/von-newmann-2/info.json @@ -9,7 +9,6 @@ "description": "Fork of robot-start-2 by Krypt0n_C0R3. Replaces your character with a roboport.",
"dependencies": [
"base",
- "Repair_Turret",
"! ElectroTurret",
"! quality",
"! ShockTurret",
|