-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94f9f16
commit 8b7ff10
Showing
3,017 changed files
with
66,122 additions
and
55,143 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
angelsaddons-cab_0.1.5/changelog.txt → angelsaddons-cab/changelog.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
angelsaddons-cab_0.1.5/control.lua → angelsaddons-cab/control.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
if angelsmods.industries then | ||
local OV = angelsmods.functions.OV | ||
|
||
if angelsmods.industries.components then | ||
require("prototypes.recipes.cab-updates") | ||
end | ||
OV.remove_prereq("angels-cab", "automobilism") | ||
OV.add_prereq("angels-cab", "angels-crawler") | ||
end | ||
|
||
require "prototypes.entities.cab-updates" | ||
|
||
if mods["bobvehicleequipment"] then | ||
table.insert(data.raw["equipment-grid"]["angels-cab"].equipment_categories, "tank") | ||
table.insert(data.raw["equipment-grid"]["angels-cab"].equipment_categories, "vehicle") | ||
table.insert(data.raw["equipment-grid"]["angels-cab"].equipment_categories, "armoured-vehicle") | ||
end |
12 changes: 9 additions & 3 deletions
12
angelsaddons-cab_0.1.5/data.lua → angelsaddons-cab/data.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions
6
angelsaddons-cab_0.1.5/info.json → angelsaddons-cab/info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "angelsaddons-cab", | ||
"version": "0.1.5", | ||
"version": "0.2.0", | ||
"factorio_version": "0.18", | ||
"title": "Angel's Addons - C.A.B.", | ||
"author": "Arch666Angel, lovely_santa", | ||
"contact": "", | ||
"homepage": "", | ||
"description": "Adds another type of Crawler", | ||
"dependencies": [ | ||
"base >= 0.17.35", | ||
"? angelsindustry >= 0.1.0" | ||
"base >= 0.18.1", | ||
"? angelsindustry >= 0.3.0" | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file was deleted.
Oops, something went wrong.
15 changes: 7 additions & 8 deletions
15
angelsindustries_0.2.0/changelog.txt → angelsaddons-liquidrobot/changelog.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
--------------------------------------------------------------------------------------------------- | ||
Version: 0.2.0 | ||
Date: 29.03.2019 | ||
Version: 0.2.1 | ||
Date: 2020-02-09 | ||
Changes: | ||
- update to 0.17 | ||
- reduced size of zone expander hitboxes | ||
- Updated most of the entity/recipes names | ||
- Fixed startup sounds for robots | ||
--------------------------------------------------------------------------------------------------- | ||
Version: 0.1.0 | ||
Date: 01.04.2018 | ||
Version: 0.2.0 | ||
Date: ?? | ||
Changes: | ||
- merged mods and first release | ||
|
||
- update to 0.18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
-- if angelsmods.industries then | ||
-- local OV = angelsmods.functions.OV | ||
|
||
-- if angelsmods.industries.components then | ||
-- require("prototypes.recipes.cab-updates") | ||
-- end | ||
-- data.raw["item-subgroup"]["angels-cab"].group = "angels-logistics" | ||
-- OV.remove_prereq("angels-cab", "automobilism") | ||
-- OV.add_prereq("angels-cab", "angels-crawler") | ||
-- end | ||
|
||
require("prototypes.entities.liquid-robot-generator") |
19 changes: 11 additions & 8 deletions
19
angelsaddons-liquidrobot_0.1.1/data.lua → angelsaddons-liquidrobot/data.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
if not angelsmods then angelsmods = {} end | ||
if not angelsmods.addons then angelsmods.addons = {} end | ||
if not angelsmods.addons.liquidrobot then angelsmods.addons.liquidrobot = {} end | ||
if not angelsmods then | ||
angelsmods = {} | ||
end | ||
|
||
require("prototypes.liquidbot-category") | ||
if not angelsmods.addons then | ||
angelsmods.addons = {} | ||
end | ||
|
||
require("prototypes.entities.liquid-robot") | ||
if not angelsmods.addons.liquidrobot then | ||
angelsmods.addons.liquidrobot = {} | ||
end | ||
|
||
require("prototypes.liquidbot-category") | ||
require("prototypes.entities.liquid-robot") | ||
require("prototypes.items.liquid-robot") | ||
|
||
require("prototypes.recipes.liquid-robot-recipes") | ||
|
||
require("prototypes.technology.liquid-robot-technology") | ||
|
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 4 additions & 4 deletions
8
angelsaddons-liquidrobot_0.1.1/info.json → angelsaddons-liquidrobot/info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "angelsaddons-liquidrobot", | ||
"version": "0.1.1", | ||
"factorio_version": "0.16", | ||
"version": "0.2.1", | ||
"factorio_version": "0.18", | ||
"title": "Angel's Addons - Liquid Cargo Bot", | ||
"author": "Arch666Angel", | ||
"contact": "", | ||
"homepage": "", | ||
"description": "Adds another type of Cargobot", | ||
"dependencies": [ | ||
"base >= 0.16.0", | ||
"? angelsindustry >= 0.1.0" | ||
"base >= 0.18.0", | ||
"? angelsindustry >= 0.3.0" | ||
] | ||
} |
File renamed without changes.
Oops, something went wrong.