Add missing AT

This commit is contained in:
IzzelAliz 2021-07-30 15:28:28 +08:00
parent abdda35369
commit 81b2f211b8
2 changed files with 5 additions and 3 deletions

View File

@ -30,12 +30,12 @@ public class DerivedWorldInfoMixin implements DerivedWorldInfoBridge {
if (ArclightConfig.spec().getCompat().isSymlinkWorld()) {
String worldName = this.wrapped.getLevelName() + "_";
String suffix;
if (typeKey == DimensionType.END_LOCATION) {
if (typeKey == DimensionType.NETHER_LOCATION) {
suffix = "nether";
} else if (typeKey == DimensionType.NETHER_LOCATION) {
} else if (typeKey == DimensionType.END_LOCATION) {
suffix = "the_end";
} else {
suffix = (typeKey.location().getNamespace() + "/" + typeKey.location().getPath()).replace('/', '_');
suffix = (typeKey.location().getNamespace() + "_" + typeKey.location().getPath()).replace('/', '_');
}
return worldName + suffix;
} else {

View File

@ -392,8 +392,10 @@ public net.minecraft.world.level.block.ComposterBlock$InputContainer
public net.minecraft.world.level.block.ComposterBlock$OutputContainer
public net.minecraft.server.level.ServerLevel m_142646_()Lnet/minecraft/world/level/entity/LevelEntityGetter;
public net.minecraft.world.level.Level m_142646_()Lnet/minecraft/world/level/entity/LevelEntityGetter;
public net.minecraft.client.multiplayer.ClientLevel m_142646_()Lnet/minecraft/world/level/entity/LevelEntityGetter;
public net.minecraft.world.entity.Mob m_7582_()Lnet/minecraft/resources/ResourceLocation;
public net.minecraft.world.entity.monster.Slime m_7582_()Lnet/minecraft/resources/ResourceLocation;
public net.minecraft.world.entity.monster.MagmaCube m_7582_()Lnet/minecraft/resources/ResourceLocation;
public net.minecraft.server.MinecraftServer m_6681_(Ljava/lang/Runnable;)Lnet/minecraft/server/TickTask;
public net.minecraft.server.level.ServerBossEvent m_143224_(Ljava/util/function/Function;)V
public net.minecraft.server.level.ServerPlayer m_143399_(Lnet/minecraft/world/inventory/AbstractContainerMenu;)V