Skip to content

Commit

Permalink
update forge and resolve rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Oct 31, 2024
1 parent 7e8c850 commit fd4fbf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ org.gradle.jvmargs=-Xmx4G

available_loaders=fabric,forge,neoforge,tweaker

mod_version=1.11.0
mod_version=1.12.0
maven_group=baritone
archives_base_name=baritone

java_version=21

minecraft_version=1.21.3

forge_version=53.0.0
forge_version=53.0.7

neoforge_version=3-beta
neoforge_version=6-beta

fabric_version=0.16.7

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

public abstract class WorldSchematic extends Level {
private WorldSchematic() {
super(null, null, null, null, null, false, false, 0, 0);
super(null, null, null, null, false, false, 0, 0);
throw new LinkageError();
}
}

0 comments on commit fd4fbf5

Please sign in to comment.