Continue migration

This commit is contained in:
Aleksey 2021-04-12 16:34:13 +03:00
parent 47ed597358
commit 33dbfbe633
263 changed files with 1450 additions and 1486 deletions

View file

@ -18,7 +18,7 @@ import net.minecraft.server.MinecraftServer;
import net.minecraft.server.PlayerManager;
import net.minecraft.server.WorldGenerationProgressListener;
import net.minecraft.server.level.ServerLevel;
import net.minecraft.util.registry.RegistryKey;
import net.minecraft.resources.ResourceKey;
import net.minecraft.world.SaveProperties;
import net.minecraft.world.level.Level;
import net.minecraft.world.level.ServerWorldProperties;
@ -33,7 +33,7 @@ public class MinecraftServerMixin {
@Final
@Shadow
private Map<RegistryKey<Level>, ServerLevel> worlds;
private Map<ResourceKey<Level>, ServerLevel> worlds;
@Final
@Shadow