Skip to content

Commit

Permalink
- Fix Forge interface change
Browse files Browse the repository at this point in the history
  • Loading branch information
jaquadro committed Jun 27, 2017
1 parent 07ea334 commit 997f767
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx3G

minecraft_base_version=1.12
minecraft_version=1.12
mod_version=5.1.0
mod_version=5.1.1
chameleon_version=4.0.1
chameleon_max_version=5.0.0

Expand Down
10 changes: 0 additions & 10 deletions src/com/jaquadro/minecraft/storagedrawers/core/ModGuiFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,8 @@ public GuiScreen createConfigGui (GuiScreen parentScreen) {
return new ModConfigGui(parentScreen);
}

@Override
public Class<? extends GuiScreen> mainConfigGuiClass () {
return ModConfigGui.class;
}

@Override
public Set<RuntimeOptionCategoryElement> runtimeGuiCategories () {
return null;
}

@Override
public RuntimeOptionGuiHandler getHandlerFor (RuntimeOptionCategoryElement element) {
return null;
}
}

0 comments on commit 997f767

Please sign in to comment.