re-add fabric modMenuIntegration
This commit is contained in:
+8
-8
@@ -20,17 +20,17 @@
|
|||||||
package com.seibel.distanthorizons.fabric.wrappers.config;
|
package com.seibel.distanthorizons.fabric.wrappers.config;
|
||||||
|
|
||||||
import com.seibel.distanthorizons.common.wrappers.gui.GetConfigScreen;
|
import com.seibel.distanthorizons.common.wrappers.gui.GetConfigScreen;
|
||||||
//import com.terraformersmc.modmenu.api.ConfigScreenFactory;
|
import com.terraformersmc.modmenu.api.ConfigScreenFactory;
|
||||||
//import com.terraformersmc.modmenu.api.ModMenuApi;
|
import com.terraformersmc.modmenu.api.ModMenuApi;
|
||||||
|
|
||||||
/** For making the config show up in modmenu */
|
/** For making the config show up in modmenu */
|
||||||
public class ModMenuIntegration //implements ModMenuApi
|
public class ModMenuIntegration implements ModMenuApi
|
||||||
{
|
{
|
||||||
// For the custom config code
|
// For the custom config code
|
||||||
//@Override
|
@Override
|
||||||
//public ConfigScreenFactory<?> getModConfigScreenFactory()
|
public ConfigScreenFactory<?> getModConfigScreenFactory()
|
||||||
//{
|
{
|
||||||
// return parent -> GetConfigScreen.getScreen(parent);
|
return parent -> GetConfigScreen.getScreen(parent);
|
||||||
//}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user