mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Remove flower pot debug code
This commit is contained in:
parent
6642f1ec26
commit
20bbbee3eb
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue