Remove flower pot debug code

This commit is contained in:
RednedEpic 2020-05-05 00:10:23 -05:00
parent 6642f1ec26
commit 20bbbee3eb
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ public class BlockStateValues {
}
if (entry.getKey().contains("potted_")) {
System.out.println(entry.getKey().replace("potted_", ""));
FLOWER_POT_VALUES.put(javaBlockState.getId(), entry.getKey().replace("potted_", ""));
return;
}