re-add biome blending to API config options
This commit is contained in:
+3
-4
@@ -97,10 +97,9 @@ public class DhApiGraphicsConfig implements IDhApiGraphicsConfig
|
||||
public IDhApiConfigValue<Boolean> tintWithAvoidedBlocks()
|
||||
{ return new DhApiConfigValue<Boolean, Boolean>(Config.Client.Advanced.Graphics.Quality.tintWithAvoidedBlocks); }
|
||||
|
||||
// TODO re-implement
|
||||
// @Override
|
||||
// public IDhApiConfigValue<Integer> getBiomeBlending()
|
||||
// { return new DhApiConfigValue<Integer, Integer>(Quality.lodBiomeBlending); }
|
||||
@Override
|
||||
public IDhApiConfigValue<Integer> getBiomeBlending()
|
||||
{ return new DhApiConfigValue<Integer, Integer>(Config.Client.Advanced.Graphics.Quality.lodBiomeBlending); }
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user