Stone lanterns

This commit is contained in:
paulevsGitch 2020-11-07 23:39:12 +03:00
parent e96d06337e
commit 835b3dc812
7 changed files with 28 additions and 8 deletions

View file

@ -26,7 +26,7 @@ import ru.betterend.registry.EndItems;
import ru.betterend.util.MHelper;
public class AuroraCrystalBlock extends AbstractGlassBlock implements IRenderTypeable, IColorProvider {
private static final Vec3i[] COLORS;
public static final Vec3i[] COLORS;
private static final int MIN_DROP = 1;
private static final int MAX_DROP = 4;