Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Remove flower pot debug code
Dieser Commit ist enthalten in:
Ursprung
6642f1ec26
Commit
20bbbee3eb
@ -75,7 +75,6 @@ public class BlockStateValues {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (entry.getKey().contains("potted_")) {
|
if (entry.getKey().contains("potted_")) {
|
||||||
System.out.println(entry.getKey().replace("potted_", ""));
|
|
||||||
FLOWER_POT_VALUES.put(javaBlockState.getId(), entry.getKey().replace("potted_", ""));
|
FLOWER_POT_VALUES.put(javaBlockState.getId(), entry.getKey().replace("potted_", ""));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren