Skip to content

Commit

Permalink
Fix #273
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Jul 22, 2024
1 parent f361c5e commit bebc783
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fabric_api_version=0.100.1+1.21
mod_menu_version=11.0.0-beta.1

forge_version=49.0.3
neoforge_version=21.0.0-beta
neoforge_version=21.0.114-beta
neoforge_pr=

curseforge_id=348521
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

public class ClothConfigForgeDemo {
public static void registerModsPage() {
ModLoadingContext.get().registerExtensionPoint(IConfigScreenFactory.class, () -> (client, parent) -> {
ModLoadingContext.get().registerExtensionPoint(IConfigScreenFactory.class, () -> (container, parent) -> {
return ClothConfigDemo.getConfigBuilderWithDemo().setParentScreen(parent).build();
});
}
Expand Down
2 changes: 1 addition & 1 deletion neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ An API for config screens.
[[dependencies.cloth_config]]
modId = "neoforge"
type = "required"
versionRange = "[20.5.0-alpha.24w14a,)"
versionRange = "[21.0.110-beta,)"
ordering = "NONE"
side = "BOTH"

0 comments on commit bebc783

Please sign in to comment.