mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-18 20:05:08 +01:00
port: Chase the Skies (1.21.6)
This commit is contained in:
@@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx2G
|
|||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/use
|
# check these on https://fabricmc.net/use
|
||||||
minecraft_version=1.21.5
|
minecraft_version=1.21.6
|
||||||
yarn_mappings=1.21.5+build.1
|
yarn_mappings=1.21.6+build.1
|
||||||
loader_version=0.16.10
|
loader_version=0.16.14
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.9.3+1.21.5
|
mod_version = 1.9.3+1.21.6
|
||||||
maven_group = eu.midnightdust.motschen
|
maven_group = eu.midnightdust.motschen
|
||||||
archives_base_name = rocks
|
archives_base_name = rocks
|
||||||
release_type=release
|
release_type=release
|
||||||
@@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2G
|
|||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||||
fabric_version=0.119.5+1.21.5
|
fabric_version=0.127.1+1.21.6
|
||||||
midnightlib_version=1.6.10+1.21.4-fabric
|
midnightlib_version=1.7.5+1.21.6-fabric
|
||||||
polymer_version=0.12.1+1.21.5-rc2
|
polymer_version=0.13.1+1.21.6
|
||||||
factorytools_version=0.6.0+1.21.5
|
factorytools_version=0.7.0+1.21.6
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ public class RocksConfig extends MidnightConfig {
|
|||||||
|
|
||||||
@Entry(category = effects) public static boolean enablePolymerMode = true;
|
@Entry(category = effects) public static boolean enablePolymerMode = true;
|
||||||
@Entry(category = effects) public static boolean forcePolymerMode = false;
|
@Entry(category = effects) public static boolean forcePolymerMode = false;
|
||||||
@Entry(category = effects, requiredMod = "factorytools", min = 0, max = 200, isSlider = true) public static int polymerViewDistance = 100;
|
@Condition(requiredModId = "factorytools")
|
||||||
|
@Entry(category = effects, min = 0, max = 200, isSlider = true) public static int polymerViewDistance = 100;
|
||||||
@Entry(category = effects) public static List<String> biomeExclusions = new ArrayList<>();
|
@Entry(category = effects) public static List<String> biomeExclusions = new ArrayList<>();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user