Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesterday17 committed Jan 4, 2020
1 parent 07fd241 commit 86196e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.2.0"
version = "1.3.0"
group = "cn.yesterday17.kokoalinux"
archivesBaseName = "kokoalinux"

Expand Down
11 changes: 0 additions & 11 deletions src/main/java/cn/yesterday17/kokoalinux/KokoaLinux.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ public class KokoaLinux extends DummyModContainer {
public static final String MOD_ID = "kokoalinux";
public static final String NAME = "KokoaLinux";

public static Logger logger;

public KokoaLinux() {
super(new ModMetadata());

Expand All @@ -36,12 +34,6 @@ public String getGuiClassName() {
return "cn.yesterday17.kokoalinux.config.GuiFactory";
}

// @Override
// public Disableable canBeDisabled() {
// // Useless now
// return Disableable.YES;
// }

@Override
public boolean registerBus(EventBus bus, LoadController controller) {
bus.register(this);
Expand All @@ -50,9 +42,6 @@ public boolean registerBus(EventBus bus, LoadController controller) {

@Subscribe
public void preInit(FMLPreInitializationEvent event) {
logger = event.getModLog();
logger.getLevel();

// Inject Config
ConfigManager.inject();
}
Expand Down

0 comments on commit 86196e8

Please sign in to comment.