Finished new End-Settings for WorldEdit Screen
This commit is contained in:
parent
7546efe097
commit
cb1986a1fa
12 changed files with 106 additions and 67 deletions
|
@ -1,6 +1,8 @@
|
|||
package org.betterx.bclib.integration.modmenu;
|
||||
|
||||
import org.betterx.bclib.client.gui.modmenu.MainScreen;
|
||||
import org.betterx.bclib.client.gui.modmenu.TestScreen;
|
||||
|
||||
import net.minecraft.network.chat.Component;
|
||||
|
||||
import com.terraformersmc.modmenu.api.ConfigScreenFactory;
|
||||
import com.terraformersmc.modmenu.api.ModMenuApi;
|
||||
|
@ -26,8 +28,8 @@ public class ModMenuEntryPoint implements ModMenuApi {
|
|||
|
||||
@Override
|
||||
public ConfigScreenFactory<?> getModConfigScreenFactory() {
|
||||
//return (parent) -> new TestScreen(parent, Component.literal("Hello Test"));
|
||||
return (parent) -> new MainScreen(parent);
|
||||
return (parent) -> new TestScreen(parent, Component.literal("Hello Test"));
|
||||
//return (parent) -> new MainScreen(parent);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue