Fix to Lava Crystal

This commit is contained in:
WayofTime 2021-01-05 17:33:53 -05:00
parent d719b85958
commit 48ef87303a
5 changed files with 61 additions and 11 deletions

View file

@ -43,7 +43,7 @@ public class TileShapedExplosive extends TileTicking
public TileShapedExplosive()
{
this(TYPE, 1, 3);
this(TYPE, 2, 5);
}
@Override