mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-18 20:05:08 +01:00
Official Polymer compatibility
- Based on my PolymerRocks compatibility patch, featuring many improvements over it - Less hardcoded object instances, allowing for easier addition of new variations
This commit is contained in:
@@ -44,4 +44,7 @@ public class RocksConfig extends MidnightConfig {
|
||||
public final static String effects = "effects";
|
||||
@Entry(category = effects) public static boolean geyserLevitation = true;
|
||||
@Entry(category = effects) public static boolean netherGeyserDamage = true;
|
||||
|
||||
@Entry(category = effects) public static boolean enablePolymerMode = true;
|
||||
@Entry(category = effects, min = 0, max = 200, isSlider = true) public static int polymerViewDistance = 100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user