Skip to content

Commit 7e94102

Browse files
committed
v 0.5.2
1 parent ea77f43 commit 7e94102

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

project-properties.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sourceFolder = source
21
releaseFolder = release
2+
sourceFolder = source

release/hardCrafting_0.5.2.zip

1.57 MB
Binary file not shown.

source/constants.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ modName = "hc" -- required prefix for all ui name components which can be clicke
44
fullModName = "hardCrafting" -- required for logging and prototypes
55

66

7-
local testing = true
7+
local testing = false
88
if testing then
99
debug_master = true -- Master switch for debugging, prints debug stuff into the shell where factorio was started from
1010
debug_level = 1 -- 1=info 2=warning 3=error

source/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardCrafting",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"title": "Hard crafting",
55
"author": "judos",
66
"description": "Modifies vanilla crafting and smelting to be much trickier, you will need better planning and more clever setup",

0 commit comments

Comments
 (0)