Skip to content

Commit

Permalink
v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmuscaria committed Sep 8, 2020
1 parent d7e91f8 commit bd5db79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def gitInfo(String key) {
ext.mcVersion = "1.7.10"
ext.forgeVersion = "1614"
ext.revision = "1.0.7"
ext.crucibleVersion = "3.1"
ext.crucibleVersion = "4.0"
version = "${mcVersion}-${crucibleVersion}"

launch4j {
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/io/github/crucible/CrucibleConfigs.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ public class CrucibleConfigs extends YamlConfig {
@Comment("Log Material injections.")
public boolean crucible_logging_logMaterialInjection = false;

@Comment("Dump all item registry to <minecraftDir>/itemStackRegistry.csv.")
public boolean crucible_logging_dumpRegistry = false;

@Comment("Attempts to reduce console spam by removing \"useless\" logs.")
public boolean crucible_logging_reduceSpam = false;

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/github/crucible/CrucibleModContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ public CrucibleModContainer() {
ModMetadata meta = getMetadata();
meta.modId = "Crucible";
meta.name = "Crucible Server";
meta.version = "3.1";
meta.version = "4.0";
meta.credits = "TODO: Add credits";
meta.authorList = Arrays.asList("juanmuscaria", "brunoxkk0");
meta.authorList = Arrays.asList("juanmuscaria", "brunoxkk0", "evernife");
meta.description = "Pure black magic and gambiarras!";
meta.url = "https://github.com/CrucibleMC/Crucible";
instance = this;
Expand Down

0 comments on commit bd5db79

Please sign in to comment.