Skip to content

Commit

Permalink
update MaFgLib
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Aug 3, 2024
1 parent f5cb530 commit b9d992b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ minecraft-range="1.21"
minecraft_version="1.21"
yarn_mappings="1.21+build.2"
mappings_patch="1.21+build.4"
neoforge="21.0.133-beta"
neoforge="21.0.148"

# Mod properties
version="0.1.8"
version="0.1.9"
maven-group="org.thinkingstudio.forgematica"
archives-name="Forgematica"

Expand All @@ -18,7 +18,7 @@ id-modrinth="dCKRaeBC"
id-curseforge="912441"

# Mod dependencies
mafglib="0.1.19-mc1.21"
mafglib="0.1.20-mc1.21"
badpackets="neo-0.8.1"

# Libraries
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public Forgematica(ModContainer modContainer) {
if (FMLLoader.getDist().isClient()) {
Litematica.onInitialize();

NeoUtils.getInstance().registerModConfigScreen(modContainer, (screen) -> {
NeoUtils.getInstance().registerConfigScreen(modContainer, (screen) -> {
GuiConfigs gui = new GuiConfigs();
gui.setParent(screen);
return gui;
Expand Down

0 comments on commit b9d992b

Please sign in to comment.