Skip to content

Commit

Permalink
Found a 0.2.6 version on modportal
Browse files Browse the repository at this point in the history
Signed-off-by: Jelmergu <[email protected]>
  • Loading branch information
Jelmergu committed Jan 15, 2018
1 parent f4cf88b commit bd9f39d
Show file tree
Hide file tree
Showing 29 changed files with 19 additions and 74 deletions.
35 changes: 0 additions & 35 deletions upgrade-machines_0.2.5/Jelmergu.lua

This file was deleted.

31 changes: 0 additions & 31 deletions upgrade-machines_0.2.6/addRecipe.lua

This file was deleted.

3 changes: 0 additions & 3 deletions upgrade-machines_0.2.6/prototypes/technology.lua

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ function Jelmergu:addConditionalRecipe(conditionalItems, recipe)
end
end

if execute ~= true then
return
end

if not recipe.results then
recipe.result = conditionalItems[2]
else
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
---------------------------------------------------------------------------------------------------
Version: 0.2.7
Date: 15. 01. 2018
General:
- Added changelog
Fixes:
- Fixed that burner to electric drill was used as intermediate of burner mining drill recipe
---------------------------------------------------------------------------------------------------
Version: 0.2.5
Date: 14. 12. 2017
General:
- Update for Factorio version 0.16
- Update for Factorio version 0.16
Fixes:
- Corrected locales for pistol to (combat) shotgun
---------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -33,7 +40,7 @@ Date: 31. 10. 2017
---------------------------------------------------------------------------------------------------
Version: 0.2.0
Date: 28. 10. 2017
Extramod support
Extramod support:
- Add Bobs Plates support with new recipes
New recipes:
- Mixing to Steel Mixing furnace
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require ("addRecipe")
require ("Jelmergu")

require ("prototypes.recipe")
require ("prototypes.technology")
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "upgrade-machines",
"version": "0.2.6",
"version": "0.2.7",
"title": "Upgrade Machines",
"author": "Jelmergu",
"contact": "",
"homepage": "",
"factorio_version": "0.15",
"factorio_version": "0.16",
"dependencies": ["base >= 0.16", "? bobelectronics >= 0.15.2", "? bobplates >= 0.15.12"],
"description": "This mod adds recipes to upgrade all burner stage machines to their next tier machine"
}
3 changes: 3 additions & 0 deletions upgrade-machines_0.2.7/prototypes/technology.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require("technology.vanilla")

--if mods.bobplates then require("technology.bobplates") end

0 comments on commit bd9f39d

Please sign in to comment.