Skip to content

Commit

Permalink
0.0.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Oct 29, 2022
1 parent c501e86 commit c4babc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
43 changes: 0 additions & 43 deletions src/main/java/com/mmodding/mmodding_lib/client/MModdingScreen.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.mmodding.mmodding_lib.impl;

import com.mmodding.mmodding_lib.MModdingLib;
import com.mmodding.mmodding_lib.client.MModdingScreen;
import com.mmodding.mmodding_lib.library.config.ConfigScreen;
import com.terraformersmc.modmenu.api.ConfigScreenFactory;
import com.terraformersmc.modmenu.api.ModMenuApi;
Expand All @@ -11,11 +10,6 @@

public class ModMenuApiImpl implements ModMenuApi {

@Override
public ConfigScreenFactory<?> getModConfigScreenFactory() {
return MModdingScreen::new;
}

@Override
public Map<String, ConfigScreenFactory<?>> getProvidedConfigScreenFactories() {
Map<String, ConfigScreenFactory<?>> configScreens = new HashMap<>();
Expand Down

0 comments on commit c4babc5

Please sign in to comment.