Skip to content

Commit 2622f87

Browse files
Runesmacherrubensworks
authored andcommitted
Added config GUI restriction
1 parent 4e474af commit 2622f87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ mod_version=0.1.6
22
minecraft_version=1.9.4
33
forge_version=12.17.0.1909-1.9.4
44
mcp_mappings_version=snapshot_20160519
5-
cyclopscore_version=0.7.0-363
5+
cyclopscore_version=0.8.2-445
66
release_type=release

src/main/java/org/cyclops/structuredcrafting/GeneralConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class GeneralConfig extends DummyConfig {
1818
* The current mod version, will be used to check if the player's config isn't out of date and
1919
* warn the player accordingly.
2020
*/
21-
@ConfigurableProperty(category = ConfigurableTypeCategory.CORE, comment = "Config version for " + Reference.MOD_NAME +".\nDO NOT EDIT MANUALLY!")
21+
@ConfigurableProperty(category = ConfigurableTypeCategory.CORE, comment = "Config version for " + Reference.MOD_NAME +".\nDO NOT EDIT MANUALLY!", showInGui = false)
2222
public static String version = Reference.MOD_VERSION;
2323

2424
/**

0 commit comments

Comments
 (0)