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 d679b29 commit 89707b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
## Change
- sync with `sakura-ryoko/tweakeroo`
- update NeoForge to `21.0.133-beta`
- update MaFgLib verison
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.4"
version="0.1.5"
maven-group="org.thinkingstudio.tweakerge"
archives-name="Tweakerge"

Expand All @@ -18,7 +18,7 @@ id-modrinth="yke6wdGF"
id-curseforge="915857"

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

# Libraries
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/thinkingstudio/tweakerge/Tweakerge.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public Tweakerge(ModContainer modContainer) {
if (FMLLoader.getDist().isClient()) {
Tweakeroo.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 89707b3

Please sign in to comment.