From f48474a8496c8948a655d98d44e05dd2c12393a4 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 13:37:06 +0100 Subject: [PATCH] added tfc-caelum and caelum --- config/tfccaelum-common.toml | 191 +++++++++++++++++++++++++++++++++++ pakku-lock.json | 136 +++++++++++++++++++++++++ 2 files changed, 327 insertions(+) create mode 100644 config/tfccaelum-common.toml diff --git a/config/tfccaelum-common.toml b/config/tfccaelum-common.toml new file mode 100644 index 000000000..f56f08cc2 --- /dev/null +++ b/config/tfccaelum-common.toml @@ -0,0 +1,191 @@ + +[general] + #Enable rainbows + enableRainbow = true + #Enable planets + enablePlanets = true + #Enable monsters spawning on the surface during a blood moon event? Overwrites TFC's config for surface monsters + enableBloodmoonSurfaceMonsters = false + #Enable sun blindness? Looking at the sun for too long will make you blind for a period + enableSunBlindness = false + #Amount of days per real Earth month + #Range: 0.0 ~ 1.7976931348623157E308 + averageDaysPerMonth = 30.436875 + #Synodic period of the moon in days + #Range: 0.0 ~ 1.7976931348623157E308 + moonOrbitalPeriod = 29.530588 + #Moon scale factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + moonScale = 1.0 + #Sun scale factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + sunScale = 0.725 + #Planet scale factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + planetScale = 1.0 + #Planet distance factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + planetDistance = 1.0 + #Planet orbit velocity factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + planetOrbit = 1.0 + #Seasonal tilt of Earth + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + earthSeasonalTilt = 23.44 + #Bloodmoon spawn count multiplier + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + bloodmoonSpawnCountMultiplier = 1.0 + #Average inclination to Earth equator for the Moon (in degrees). + #The closer to 0 this value is, the more frequent lunar and solar eclipses will be + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + moonEarthEquatorInclination = 23.43 + #Diameter of Mercury (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercuryDiameter = 4879.0 + #Diameter of Venus (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusDiameter = 12104.0 + #Diameter of Earth (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + earthDiameter = 12742.0 + #Diameter of Mars (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsDiameter = 6792.0 + #Diameter of Jupiter (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterDiameter = 142984.0 + #Diameter of Saturn (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnDiameter = 120536.0 + #Diameter of Uranus (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusDiameter = 51118.0 + #Diameter of Neptune (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneDiameter = 49528.0 + #Diameter of Pluto (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoDiameter = 2376.0 + #Tropical orbit period for Mercury (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercuryOrbitalPeriod = 87.968 + #Tropical orbit period for Venus (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusOrbitalPeriod = 224.695 + #Tropical orbit period for Earth (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + earthOrbitalPeriod = 365.242 + #Tropical orbit period for Mars (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsOrbitalPeriod = 779.94 + #Tropical orbit period for Jupiter (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterOrbitalPeriod = 4330.595 + #Tropical orbit period for Saturn (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnOrbitalPeriod = 10746.94 + #Tropical orbit period for Uranus (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusOrbitalPeriod = 30588.74 + #Tropical orbit period for Neptune (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneOrbitalPeriod = 59799.9 + #Sidereal orbit period for Pluto (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoOrbitalPeriod = 90560.0 + #Semi major axis for Mercury (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercurySemiMajorAxis = 57.909 + #Semi major axis for Venus (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusSemiMajorAxis = 108.21 + #Semi major axis for Earth (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + earthSemiMajorAxis = 149.598 + #Semi major axis for Mars (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsSemiMajorAxis = 227.956 + #Semi major axis for Jupiter (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterSemiMajorAxis = 778.479 + #Semi major axis for Saturn (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnSemiMajorAxis = 1432.041 + #Semi major axis for Uranus (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusSemiMajorAxis = 2867.043 + #Semi major axis for Neptune (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneSemiMajorAxis = 4514.953 + #Semi major axis for Pluto (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoSemiMajorAxis = 5869.656 + #Synodic period for Mercury (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercurySynodicPeriod = 115.88 + #Synodic period for Venus (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusSynodicPeriod = 583.92 + #Synodic period for Mars (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsSynodicPeriod = 779.94 + #Synodic period for Jupiter (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterSynodicPeriod = 4330.595 + #Synodic period for Saturn (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnSynodicPeriod = 378.09 + #Synodic period for Uranus (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusSynodicPeriod = 369.66 + #Synodic period for Neptune (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneSynodicPeriod = 367.49 + #Synodic period for Pluto (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoSynodicPeriod = 366.73 + #Ecliptic plane for Mercury (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercuryEclipticPlane = 7.004 + #Ecliptic plane for Venus (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusEclipticPlane = 3.395 + #Ecliptic plane for Mars (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsEclipticPlane = 1.848 + #Ecliptic plane for Jupiter (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterEclipticPlane = 1.304 + #Ecliptic plane for Saturn (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnEclipticPlane = 2.486 + #Ecliptic plane for Uranus (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusEclipticPlane = 0.77 + #Ecliptic plane for Neptune (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneEclipticPlane = 1.77 + #Ecliptic plane for Pluto (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoEclipticPlane = 17.16 + #Enable auroras + enableAurora = true + #The maximum aurora bands that will be rendered + #Range: 0 ~ 3 + maxBands = 3 + +[debug] + #When enabled, prints debug values to console. + enableDebug = false + #x value factor. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + xFactor = 0.0 + #y value factor. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + yFactor = 0.0 + #z value factor. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + zFactor = 0.0 + #Toggle blend. + enableBlend = false + diff --git a/pakku-lock.json b/pakku-lock.json index f74d3540d..7d856b5d2 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -1963,6 +1963,69 @@ } ] }, + { + "pakku_id": "vBb8GNgsYQrf2uAx", + "type": "MOD", + "side": "CLIENT", + "slug": { + "curseforge": "caelum", + "modrinth": "caelum" + }, + "name": { + "curseforge": "Caelum", + "modrinth": "Caelum" + }, + "id": { + "curseforge": "556708", + "modrinth": "Xkw3TXqP" + }, + "files": [ + { + "type": "curseforge", + "file_name": "caelum-1.20.1-2.0.0.0.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/4674/619/caelum-1.20.1-2.0.0.0.jar", + "id": "4674619", + "parent_id": "556708", + "hashes": { + "sha1": "8b1980f2a91599aea95fecd646b8bc265df7786f", + "md5": "dc2b023ca9c05dcde9ea8260d0dfee4c" + }, + "required_dependencies": [], + "size": 263769, + "date_published": "2023-07-31T16:31:55.127Z" + }, + { + "type": "modrinth", + "file_name": "caelum-1.20.1-2.0.0.0.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge", + "neoforge" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/Xkw3TXqP/versions/7JGuqBG4/caelum-1.20.1-2.0.0.0.jar", + "id": "7JGuqBG4", + "parent_id": "Xkw3TXqP", + "hashes": { + "sha512": "0e22325ba35525201a278de0ec510c38e8c209796a5728ce625d4f57205e79bb726777915c4fe7e83664447849b5802868f213b9215ca491559af84b7e31b28e", + "sha1": "8b1980f2a91599aea95fecd646b8bc265df7786f" + }, + "required_dependencies": [], + "size": 263769, + "date_published": "2023-07-31T16:36:13.789465Z" + } + ] + }, { "pakku_id": "WvU533IgjamjCFtT", "pakku_links": [ @@ -12115,6 +12178,79 @@ } ] }, + { + "pakku_id": "KjHB7GWMa33dK68q", + "pakku_links": [ + "vBb8GNgsYQrf2uAx", + "F6H99cZ4H6jZRpEK" + ], + "type": "MOD", + "side": "BOTH", + "slug": { + "curseforge": "tfc-caelum", + "modrinth": "tfc-caelum" + }, + "name": { + "curseforge": "TFC Caelum", + "modrinth": "TFC Caelum" + }, + "id": { + "curseforge": "999031", + "modrinth": "WYvV2Kci" + }, + "files": [ + { + "type": "curseforge", + "file_name": "TFCCaelum-1.20.1-1.2.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/5307/466/TFCCaelum-1.20.1-1.2.jar", + "id": "5307466", + "parent_id": "999031", + "hashes": { + "sha1": "114e10e497503f5ff4cb13850a8dec9bb9f4d625", + "md5": "34b54a06f4f45ccf54edc65cb48b6c89" + }, + "required_dependencies": [ + "556708", + "302973" + ], + "size": 414939, + "date_published": "2024-05-01T15:13:08.827Z" + }, + { + "type": "modrinth", + "file_name": "TFCCaelum-1.20.1-1.2.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge", + "neoforge" + ], + "release_type": "beta", + "url": "https://cdn.modrinth.com/data/WYvV2Kci/versions/wSasbQOH/TFCCaelum-1.20.1-1.2.jar", + "id": "wSasbQOH", + "parent_id": "WYvV2Kci", + "hashes": { + "sha512": "f1c7153fc07da59677183f9967ca16e189bcf38d961b03931f100b141e9a10ef684dd1d71a6cf8d27cd3d8ceef7670db25d3b6c398f835387ca8ee8936ea0303", + "sha1": "114e10e497503f5ff4cb13850a8dec9bb9f4d625" + }, + "required_dependencies": [ + "JaCEZUhg", + "Xkw3TXqP" + ], + "size": 414939, + "date_published": "2024-08-28T14:04:28.731777Z" + } + ] + }, { "pakku_id": "Gq0f388dnqOU5Dnz", "type": "MOD",