Skip to content

Commit 5100763

Browse files
committed
2021-01-19 release
1 parent fc6f068 commit 5100763

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

src/main/java/org/lazywizard/console/commands/AddIndustry.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ public CommandResult runCommand(String args, CommandContext context)
114114
}
115115
}
116116

117-
// TODO: Remove after 0.9.1a (provided hardcoded limitation is lifted)
118117
if (market.getIndustries().size() >= 12)
119118
{
120119
Console.showMessage("Warning: market '" + market.getName() + "' already has the maximum number of industries!\n" +

src/main/mod/console.version

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"masterVersionFile":"https://raw.githubusercontent.com/LazyWizard/console-commands/master/src/main/mod/console.version",
3-
"modName":"Console Commands",
4-
"modThreadId":4106,
5-
"modVersion":
6-
{
7-
"major":3,
8-
"minor":0,
9-
"patch":" WIP 7.7"
10-
},
11-
}
2+
"masterVersionFile": "https://raw.githubusercontent.com/LazyWizard/console-commands/master/src/main/mod/console.version",
3+
"modName": "Console Commands",
4+
"modThreadId": 4106,
5+
"modVersion": {
6+
"major": 2021,
7+
"minor": 1,
8+
"patch": "19"
9+
}
10+
}

src/main/mod/mod_info.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
2-
"id":"lw_console",
3-
"name":"Console Commands",
4-
"author":"LazyWizard",
5-
"utility":"true",
6-
"version":"3.0",
7-
"description":"An in-game developer's console. For a complete list of commands enter 'help'. For more information on a specific command enter 'help <command>'. Enter 'settings' to customize the console's appearance and behavior.\n\nThis should be compatible with all mods and doesn't require a new game.",
8-
"gameVersion":"0.9.1a",
9-
"jars":["jars/lw_Console.jar"],
10-
"modPlugin":"org.lazywizard.console.ConsoleModPlugin"
11-
}
2+
"id": "lw_console",
3+
"name": "Console Commands",
4+
"author": "LazyWizard",
5+
"utility": "true",
6+
"version": "2021-1-19",
7+
"description": "An in-game developer's console, by default summoned with control+backspace.\n\nFor a complete list of commands enter 'help'. For more information on a specific command enter 'help <command>'. Enter 'settings' to customize the console's appearance and behavior, including the key used to summon it.\n\nThis should be compatible with all mods and doesn't require a new game.",
8+
"gameVersion": "0.9.1a",
9+
"jars": [
10+
"jars/lw_Console.jar"
11+
],
12+
"modPlugin": "org.lazywizard.console.ConsoleModPlugin"
13+
}

0 commit comments

Comments
 (0)