API Update and workflow fix

This commit is contained in:
ThisTestUser
2024-09-18 19:54:28 +00:00
parent 67c5e33a78
commit c2e2dd4c39
4 changed files with 4 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ public class LegacyMats {
Material.VINE,
Material.FERN,
Material.LARGE_FERN,
Material.GRASS,
Material.SHORT_GRASS,
Material.TALL_GRASS,
Material.SEAGRASS,
Material.TALL_SEAGRASS,
@@ -207,7 +207,7 @@ public class LegacyMats {
public static final Set<Material> INSTANT_BREAK = new HashSet<>(concatTypes(Lists.newArrayList(
Material.TALL_GRASS,
Material.GRASS,
Material.SHORT_GRASS,
Material.FERN,
Material.LARGE_FERN,
Material.KELP_PLANT,