Add config gui
Remove unused config
This commit is contained in:
parent
9cd916f9ce
commit
7f26541237
3 changed files with 17 additions and 3 deletions
16
src/main/java/techreborn/client/TechRebornGuiFactory.java
Normal file
16
src/main/java/techreborn/client/TechRebornGuiFactory.java
Normal file
|
@ -0,0 +1,16 @@
|
|||
package techreborn.client;
|
||||
|
||||
import reborncore.common.config.ConfigGuiFactory;
|
||||
import techreborn.lib.ModInfo;
|
||||
|
||||
public class TechRebornGuiFactory extends ConfigGuiFactory {
|
||||
@Override
|
||||
public String getModID() {
|
||||
return ModInfo.MOD_ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getModName() {
|
||||
return ModInfo.MOD_NAME;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue