Skip to content

Commit

Permalink
v 0.3.3
Browse files Browse the repository at this point in the history
logging disabled, robot recipes disabled
  • Loading branch information
judos committed Mar 17, 2016
1 parent d6dd4dc commit 20ad94b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file added screenshots/belt-sorter1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/belt-sorter2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion source/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ require "prototypes.easier-but-more-trains"
require "prototypes.belt-sorter"

-- Optional features:
require "prototypes.engines-and-robots"
--require "prototypes.engines-and-robots"
2 changes: 1 addition & 1 deletion source/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardCrafting",
"version": "0.3.2",
"version": "0.3.3",
"title": "Hard crafting",
"author": "judos",
"description": "Modifies vanilla crafting and smelting to be much trickier, you will need better planning and more clever setup",
Expand Down
2 changes: 1 addition & 1 deletion source/logging.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

debug_master = true -- Master switch for debugging, shows most things!
debug_master = false -- Master switch for debugging, shows most things!
debug_level = 1 -- 1=info 2=warning 3=error

function info(message)
Expand Down

0 comments on commit 20ad94b

Please sign in to comment.