Skip to content

Commit c4babc5

Browse files
0.0.1-alpha
1 parent c501e86 commit c4babc5

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

src/main/java/com/mmodding/mmodding_lib/client/MModdingScreen.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/main/java/com/mmodding/mmodding_lib/impl/ModMenuApiImpl.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.mmodding.mmodding_lib.impl;
22

33
import com.mmodding.mmodding_lib.MModdingLib;
4-
import com.mmodding.mmodding_lib.client.MModdingScreen;
54
import com.mmodding.mmodding_lib.library.config.ConfigScreen;
65
import com.terraformersmc.modmenu.api.ConfigScreenFactory;
76
import com.terraformersmc.modmenu.api.ModMenuApi;
@@ -11,11 +10,6 @@
1110

1211
public class ModMenuApiImpl implements ModMenuApi {
1312

14-
@Override
15-
public ConfigScreenFactory<?> getModConfigScreenFactory() {
16-
return MModdingScreen::new;
17-
}
18-
1913
@Override
2014
public Map<String, ConfigScreenFactory<?>> getProvidedConfigScreenFactories() {
2115
Map<String, ConfigScreenFactory<?>> configScreens = new HashMap<>();

0 commit comments

Comments
 (0)