Port more stuff

This commit is contained in:
Sebastian Hartte
2020-07-25 02:24:36 +02:00
parent 5bf05f6cb1
commit 8306f5bf0a
21 changed files with 240 additions and 438 deletions
@@ -51,8 +51,8 @@ public final class SpatialDimensionManager implements ISpatialDimension {
public static final SkyProperties STORAGE_SKY = new SkyProperties(
Float.NaN /* disables clouds */,
false,
SkyProperties.SkyType.NORMAL /* we use a custom render mixin */,
false,
SkyProperties.SkyType.NONE /* we use a custom render mixin */,
true,
false
) {
@Override