mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-18 21:05:10 +01:00
Puzzle 1.2.0 - 1.18
Fix #18 Fix #17 Fix #13 Russian translations by @Felix14-v2 German translations by @2020Sanoj
This commit is contained in:
@@ -20,13 +20,12 @@ public class ModMenuIntegration implements ModMenuApi {
|
||||
@Override
|
||||
public Map<String, ConfigScreenFactory<?>> getProvidedConfigScreenFactories() {
|
||||
Map<String, ConfigScreenFactory<?>> map = new HashMap<>();
|
||||
map.put("puzzle",PuzzleOptionsScreen::new);
|
||||
map.put("puzzle-gui",PuzzleOptionsScreen::new);
|
||||
map.put("puzzle-blocks",PuzzleOptionsScreen::new);
|
||||
map.put("puzzle-base",PuzzleOptionsScreen::new);
|
||||
map.put("puzzle-models",PuzzleOptionsScreen::new);
|
||||
map.put("puzzle-emissives",PuzzleOptionsScreen::new);
|
||||
map.put("puzzle-splashscreen",PuzzleOptionsScreen::new);
|
||||
map.put("puzzle",PuzzleOptionsScreen::new);
|
||||
return map;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user