9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-30 04:29:05 +00:00

Merge pull request #829 from VolmitSoftware/Development

Development
This commit is contained in:
Brian Fopiano
2022-07-16 15:46:30 -07:00
committed by GitHub
6 changed files with 38 additions and 6 deletions

View File

@@ -199,7 +199,9 @@ public class B {
STONE_BUTTON,
WARPED_BUTTON,
TORCH,
SOUL_TORCH
SOUL_TORCH,
GLOW_LICHEN,
VINE
}).forEach((i) -> b.add(i.ordinal()));
b.addAll(foliageCache);