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

Fixed vines and glow lichen not generating properly.

This commit is contained in:
Vatuu
2022-07-16 02:41:03 +02:00
parent b019faedd2
commit 23a07fa8a5
2 changed files with 26 additions and 3 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);