Skip to content

Commit efa0915

Browse files
committed
build: 1.21.9-pre1
1 parent 517f823 commit efa0915

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1010
loader_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
1313
mod_version=0.3.5+alpha.0
1414
maven_group=com.ishland.c2me

tests/test-mod/src/main/java/com/ishland/c2me/tests/testmod/PreGenTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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));

0 commit comments

Comments
 (0)