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 01f3780 commit a705fce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Change
- sync with `sakura-ryoko/itemscroller`
- update MaFgLib version
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.5"
version="0.1.6"
maven-group="org.thinkingstudio.rocknroller"
archives-name="RocknRoller"

Expand All @@ -18,7 +18,7 @@ id-modrinth="hYq29QmW"
id-curseforge="916852"

# Mod dependencies
mafglib="0.1.18-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 @@ -16,7 +16,7 @@ public RocknRoller(ModContainer modContainer) {
ItemScroller.onInitialize();

// Config Screen
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 a705fce

Please sign in to comment.