first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package de.winniepat.citrus.utils;
|
||||
|
||||
import com.terraformersmc.modmenu.api.*;
|
||||
import de.winniepat.citrus.gui.CapeSelectionScreen;
|
||||
|
||||
public class ModMenuIntegration implements ModMenuApi {
|
||||
@Override
|
||||
public ConfigScreenFactory<?> getModConfigScreenFactory() {
|
||||
return parent -> new CapeSelectionScreen();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user