Add missing AT
This commit is contained in:
parent
abdda35369
commit
81b2f211b8
@ -30,12 +30,12 @@ public class DerivedWorldInfoMixin implements DerivedWorldInfoBridge {
|
|||||||
if (ArclightConfig.spec().getCompat().isSymlinkWorld()) {
|
if (ArclightConfig.spec().getCompat().isSymlinkWorld()) {
|
||||||
String worldName = this.wrapped.getLevelName() + "_";
|
String worldName = this.wrapped.getLevelName() + "_";
|
||||||
String suffix;
|
String suffix;
|
||||||
if (typeKey == DimensionType.END_LOCATION) {
|
if (typeKey == DimensionType.NETHER_LOCATION) {
|
||||||
suffix = "nether";
|
suffix = "nether";
|
||||||
} else if (typeKey == DimensionType.NETHER_LOCATION) {
|
} else if (typeKey == DimensionType.END_LOCATION) {
|
||||||
suffix = "the_end";
|
suffix = "the_end";
|
||||||
} else {
|
} else {
|
||||||
suffix = (typeKey.location().getNamespace() + "/" + typeKey.location().getPath()).replace('/', '_');
|
suffix = (typeKey.location().getNamespace() + "_" + typeKey.location().getPath()).replace('/', '_');
|
||||||
}
|
}
|
||||||
return worldName + suffix;
|
return worldName + suffix;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@ -392,8 +392,10 @@ public net.minecraft.world.level.block.ComposterBlock$InputContainer
|
|||||||
public net.minecraft.world.level.block.ComposterBlock$OutputContainer
|
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.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.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.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.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.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.ServerBossEvent m_143224_(Ljava/util/function/Function;)V
|
||||||
public net.minecraft.server.level.ServerPlayer m_143399_(Lnet/minecraft/world/inventory/AbstractContainerMenu;)V
|
public net.minecraft.server.level.ServerPlayer m_143399_(Lnet/minecraft/world/inventory/AbstractContainerMenu;)V
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user