Fixed legacy short grass data rolling back as air in MC 1.20.3+
This commit is contained in:
parent
66b77ee75a
commit
d8a669ed6c
9 changed files with 51 additions and 11 deletions
|
|
@ -301,7 +301,7 @@ public class TabHandler implements TabCompleter {
|
|||
|
||||
if (materials == null) {
|
||||
List<Material> addList = Arrays.asList(Material.ARMOR_STAND);
|
||||
List<Material> excludeList = Arrays.asList(Material.GRASS);
|
||||
List<Material> excludeList = Arrays.asList();
|
||||
Set<String> materialList = new HashSet<>();
|
||||
|
||||
Material[] materialValues = Material.values();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue