Skip to content

Commit

Permalink
Release version 1.1.1 (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelySanta authored Dec 19, 2021
2 parents adcd71f + 4d5e9e5 commit 6e8239e
Show file tree
Hide file tree
Showing 450 changed files with 17,782 additions and 5,565 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
*.zip
*.dat
mod-list.json

# Python
__pycache__/

# IDE config
.idea/
.vscode/

# Unit test files
angelsdev-unit-test/log/
run_unit_tests_PWJ.bat
2 changes: 1 addition & 1 deletion angelsaddons-cab/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---------------------------------------------------------------------------------------------------
Version: 0.2.8
Date: ##.##.202#
Date: 19.12.2021
Changes:
- Added tips and tricks for the CAB
---------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion angelsaddons-cab/locale/en/cab.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ deploy-driveSpeed=Cannot deploy the __ENTITY__angels-cab__ while the vehicle is
deploy-alreadyDeployed=Cannot deploy the __ENTITY__angels-cab__ when it's already deployed.
deploy-noEnergyInterface=Cannot deploy the __ENTITY__angels-cab__ if there is no __1__ in the grid.
undeploy-notDeployed=The __ENTITY__angels-cab__ wasn't deployed.
deployed-driveSpeed=The __ENTITY__angels-cab__ can't move while beiing deployed.
deployed-driveSpeed=The __ENTITY__angels-cab__ can't move while being deployed.
grid-noEnergyInterfaceRemoval=Cannot remove __1__ while it is in use. Undeploy the __ENTITY__angels-cab__ first.
grid-noSecondEnergyInterfaceInsertion=Cannot insert more than one __1__ into this grid.
grid-noPreviousEnergyInterfacePresent=Cannot insert __1__ when the previous tier is not present in this grid.
Expand Down
2 changes: 1 addition & 1 deletion angelsaddons-mobility/locale/en/tips-and-tricks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
angelsaddons-mobility=Angel's Addons (Mass Transit) Mobility
[tips-and-tricks-description]
angelsaddons-mobility=This mod adds a variety of angels themed trains independantly of angels modset.\nThe three themed trains include [img=item/crawler-locomotive]Crawler, [img=item/smelting-locomotive-1]Smelting, and [img=item/petro-locomotive-1]Petrochem.\nEach train theme has different working values such as mass, power, capacity, braking, and max speed.\n\n[font=default-bold]NOTES[/font]: Each train (with some small exceptions) has compatible copy/paste information including schedule, color, and these are also blueprint compatible.
angelsaddons-mobility=This mod adds a variety of angels themed trains independently of angels modset.\nThe three themed trains include [img=item/crawler-locomotive]Crawler, [img=item/smelting-locomotive-1]Smelting, and [img=item/petro-locomotive-1]Petrochem.\nEach train theme has different working values such as mass, power, capacity, braking, and max speed.\n\n[font=default-bold]NOTES[/font]: Each train (with some small exceptions) has compatible copy/paste information including schedule, color, and these are also blueprint compatible.
angelsaddons-mobility-notes=\n[font=default-bold]NOTES[/font]:Tenders are locomotives with high air resistance, but high power, good as a secondary locomotive for larger trains.\n[font=default-bold]NOTES[/font]:Bot wagons are cargo wagons which can use roboport equipment.
6 changes: 6 additions & 0 deletions angelsaddons-storage/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 0.0.8
Date: 19.12.2021
Bugfixes:
- Fixed technology cost of logistics silos when not playing with bobslogisitcs
- Fixed technology cost of logistics warehouses when not playing with bobslogisitcs
---------------------------------------------------------------------------------------------------
Version: 0.0.7
Date: 10.08.2021
Changes:
Expand Down
2 changes: 1 addition & 1 deletion angelsaddons-storage/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angelsaddons-storage",
"version": "0.0.7",
"version": "0.0.8",
"factorio_version": "1.1",
"title": "Angel's Addons - Storage Options",
"author": "Arch666Angel",
Expand Down
2 changes: 1 addition & 1 deletion angelsaddons-storage/locale/en/tips-and-tricks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
angelsaddons-storage=Angel's Addons Storage Options
[tips-and-tricks-description]
angelsaddons-storage=This mod adds a variety of angels silos, warehouses and pressure tanks independantly of angels modset.
angelsaddons-storage=This mod adds a variety of angels silos, warehouses and pressure tanks independently of angels modset.
angelsaddons-storage-notes=\n\n[font=default-bold]NOTES[/font]: Silos are 4x4 storage boxes with 256 slots (logistics versions vary)\n[font=default-bold]NOTES[/font]: Warehouses are 6x6 storage boxes with 768 slots (logistics versions vary)\n[font=default-bold]NOTES[/font]: Fluid storage tanks contain larger volumes than vanilla
10 changes: 10 additions & 0 deletions angelsaddons-storage/prototypes/overrides/silos.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,14 @@ if angelsmods.industries then
data.raw["item-subgroup"]["angels-silo"].order = "ac[chests-silo]"
data.raw["item-subgroup"]["angels-ore-silo"].group = "angels-logistics"
data.raw["item-subgroup"]["angels-ore-silo"].order = "ac[chests-silo]"
end

--OVERRIDE FOR BOBS
--LOGISTICS
if angelsmods.addons.storage.silos then
if mods["boblogistics"] then
else
table.insert(data.raw.technology["logistic-silos"].unit.ingredients,
{type = "item", name = "utility-science-pack", amount = 1})
end
end
25 changes: 17 additions & 8 deletions angelsaddons-storage/prototypes/overrides/warehouses.lua
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
if angelsmods.addons.storage.icon_scaling then
if angelsmods.addons.storage.warehouses then
if angelsmods.addons.storage.warehouses then
if angelsmods.addons.storage.icon_scaling then
data.raw["container"]["angels-warehouse"].scale_info_icons = true
data.raw["logistic-container"]["angels-warehouse-passive-provider"].scale_info_icons = true
data.raw["logistic-container"]["angels-warehouse-active-provider"].scale_info_icons = true
data.raw["logistic-container"]["angels-warehouse-storage"].scale_info_icons = true
data.raw["logistic-container"]["angels-warehouse-requester"].scale_info_icons = true
data.raw["logistic-container"]["angels-warehouse-buffer"].scale_info_icons = true
end
end

--OVERRIDE FOR ANGELS
--INDUSTRIES
if angelsmods.industries then
data.raw["item-subgroup"]["angels-warehouse"].group = "angels-logistics"
data.raw["item-subgroup"]["angels-warehouse"].order = "ad[chests-warehouse]"
--OVERRIDE FOR ANGELS
--INDUSTRIES
if angelsmods.industries then
data.raw["item-subgroup"]["angels-warehouse"].group = "angels-logistics"
data.raw["item-subgroup"]["angels-warehouse"].order = "ad[chests-warehouse]"
end

--OVERRIDE FOR BOBS
--LOGISTICS
if mods["boblogistics"] then
else
table.insert(data.raw.technology["angels-logistic-warehouses"].unit.ingredients,
{type = "item", name = "utility-science-pack", amount = 1})
end

end
Loading

0 comments on commit 6e8239e

Please sign in to comment.