File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/test-mod/src/main/java/com/ishland/c2me/tests/testmod Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ org.gradle.warning.mode=all
55# org.gradle.configuration-cache=true
66# Fabric Properties
77# check these on https://fabricmc.net/versions.html
8- minecraft_version =25w37a
9- yarn_mappings =25w37a +build.1
8+ minecraft_version =1.21.9-pre1
9+ yarn_mappings =1.21.9-pre1 +build.2
1010loader_version =0.17.2
11- fabric_version =0.132.0 +1.21.9
11+ fabric_version =0.133.7 +1.21.9
1212# Mod Properties
1313mod_version =0.3.5+alpha.0
1414maven_group =com.ishland.c2me
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public class PreGenTask {
7171 public static CompletableFuture <Void > runPreGen (ServerWorld world , Consumer <ChunkGeneratedEventInfo > eventListener ) {
7272 Preconditions .checkNotNull (eventListener );
7373 System .err .printf ("Starting pre-generation in %s;%s\n " , world .toString (), world .getRegistryKey ().getValue ().toString ());
74- final BlockPos spawnPos = world .getSpawnPos ();
74+ final BlockPos spawnPos = world .method_74854 (). method_74897 ();
7575 final Set <ChunkPos > chunksHashed = Sets .newConcurrentHashSet ();
7676 final List <ChunkPos > chunks = Collections .synchronizedList (new ArrayList <>());
7777 chunks .addAll (createPreGenChunks33 (new ChunkPos (spawnPos ), chunksHashed ::add ));
You can’t perform that action at this time.
0 commit comments