Merge pull request #2 from Kas-tle/master

Merge in master (1.21.11)
This commit is contained in:
Kas-tle
2025-12-12 19:28:29 -08:00
committed by GitHub
91 changed files with 6966 additions and 6383 deletions
+3 -3
View File
@@ -132,8 +132,8 @@ public final class Limbo {
//===========================
public final String SERVER_IMPLEMENTATION_VERSION = "1.21.10";
public final int SERVER_IMPLEMENTATION_PROTOCOL = 773;
public final String SERVER_IMPLEMENTATION_VERSION = "1.21.11";
public final int SERVER_IMPLEMENTATION_PROTOCOL = 774;
public final String LIMBO_IMPLEMENTATION_VERSION;
private final AtomicBoolean isRunning;
@@ -162,7 +162,7 @@ public final class Limbo {
@SuppressWarnings("deprecation")
private Unsafe unsafe;
public Limbo() throws IOException, ParseException, NumberFormatException, ClassNotFoundException, InterruptedException {
instance = this;
unsafe = new Unsafe(this);
+1 -1
View File
@@ -85,7 +85,7 @@ public class Unsafe {
public void a(Player player) {
instance.playersByName.put(player.getName(), player);
instance.playersByUUID.put(player.getUniqueId(), player);
instance.getMetrics().updatePlayersCount();
instance.getMetrics().updatePlayersCount();
}
@Deprecated
@@ -51,9 +51,11 @@ public class RegistryCustom {
public static final RegistryCustom FROG_VARIANT = register("frog_variant");
public static final RegistryCustom PAINTING_VARIANT = register("painting_variant");
public static final RegistryCustom PIG_VARIANT = register("pig_variant");
public static final RegistryCustom TIMELINE = register("timelime");
public static final RegistryCustom WOLF_SOUND_VARIANT = register("wolf_sound_variant");
public static final RegistryCustom WOLF_VARIANT = register("wolf_variant");
public static final RegistryCustom WORLDGEN_BIOME = register("worldgen/biome");
public static final RegistryCustom ZOMBIE_NAUTILUS_VARIANT = register("zombie_nautilus_variant");
private static RegistryCustom register(String identifier) {
RegistryCustom registryCustom = new RegistryCustom(identifier);