Releases: christopher-john-czettel/meicloud-all-you-need
v0.2.3
Changelog
All notable changes to meiCloud — All You Need are documented here.
[0.2.3] — 2026-06-25
Third fresh-install hotfix. v0.2.2 booted but Prism didn't extract the BSL+Clrwl shader override file — the embedded .zip was skipped while its sibling .txt settings file extracted fine.
Fixed
-
Prism mrpack importer was skipping the embedded shader
.zipoverride. Confirmed in two ways:- The mrpack built locally contains
overrides/shaderpacks/BSL_v10.1.1 + Clrwl_1.0.5.zipat 1,139,617 bytes. - The post-install instance had only the 238-byte
.txtsettings file, no.zip.
Iris fell back to vanilla rendering on boot (
Pack "BSL_v10.1.1 + Clrwl_1.0.5.zip" is not valid! Can't load it.). Most plausible cause is Prism Launcher's defensive behaviour: it skips files insideoverrides/that look like nested archives, to avoid zip-bomb recursion.Workaround: renamed the override file to
BSL_v10.1.1_Clrwl_1.0.5.zip(and the matching.txt) — no spaces, no+, no pattern that triggers the skip. Updatediris.propertiesshaderPack=to match. Iris loads it from the same content as before — the filename is just a display label; functionality is identical. - The mrpack built locally contains
[0.2.2] — 2026-06-25
Second fresh-install hotfix. v0.2.1 still crashed because of a regression I missed earlier in this work line.
Fixed
-
bibliobiomes-1.21.1-1.6.2.jarregressed back into the pack. Way back at the start of the v0.1.x line, this mod crashed withNoSuchFieldError: net.regions_unexplored.block.RuWoodTypes.MAUVE—regions_unexploredhad renamed/removed theMAUVEwood type, breakingbibliobiomes' biome-modifier registration, which cascaded intobibliocraftfailing to construct, which left mod loading in "broken state" so all later events were "Cowardly refusing to send event…to a broken mod state". On v0.1.x I removed the jar from the active instance but never removed it from the packwiz manifest — so v0.2.0 and v0.2.1 both shipped it again, hitting the same crash on every fresh install.Removed
pack/mods/bibliobiomes-legacy.pw.toml. Fresh installs of v0.2.2 will not downloadbibliobiomes.bibliocraftandbibliowoodsremain (they're independent ofbibliobiomes).
Why the v0.2.1 crash looked like an "architectury" crash
The IllegalStateException: Mod 'architectury' is not available in v0.2.1's crash report was misleading. The actual chain:
bibliobiomesevent handler crashed atbibliobiomesmod constructionbibliocraftconstruction was triggered by the same event chain and also failed- NeoForge
Failed to wait for future Mod Construction, 1 errors found→ mod loading is in broken state Minecraft.<init>runs anyway;omegaconfig's mixin callsNetworkManager.registerReceiverviaarchitecturyarchitectury.whenAvailablereturns empty because its mod initialization never completed in the broken state- →
Mod 'architectury' is not available!IllegalStateException
So architectury is fine; bibliobiomes is the real culprit. Same root cause as the v0.1.0 crash, just surfaced through a different downstream symptom.
[0.2.1] — 2026-06-25
Fresh-install hotfix release. v0.2.0 had two blocking issues uncovered when @chris re-imported the mrpack into a clean Prism instance.
Fixed
- Boot crash from
creatingspace/WindowResizeMixin. Creating Space 1.7.18'sWindowResizeMixinfires onMinecraft.<init>→resizeDisplay()→updateWindowSize(), which triggersRemainingO2Overlay.<clinit>. Static init readsCSConfigs.CLIENT.oxygenBacktank.sliderPlace.get()— but on NeoForge 21.1.234, creatingspace's CLIENT config spec hasn't been loaded yet at that point inMinecraft.<init>, throwingIllegalStateException: Cannot get config value before config is loaded. The old instance "worked" only because some prior crash had primed the config file on disk; a fresh install always crashes here. Patchedcreatingspace-1.21.1-1.7.18.jar: strippedWindowResizeMixinfromcreatingspace.mixins.jsonclient array and removed the corresponding.classfile. The mod still works — only the post-resize repositioning of the O2 overlay HUD is dropped. Re-hosted via packwiz URL mode atpack/local-jars/. New SHA-25666ad271f66348a009d2a82125dc7881d784622fb976fd09f66dab74cadfbfe01. BSL+Clrwl_1.0.5.zipshaderpack didn't ship in the v0.2.0 mrpack. The override files were committed but not in packwiz's index when the export ran. Fresh installs got only the.txtsettings file, leavingiris.propertiespointing at a missing shader. Re-runningpackwiz refreshre-indexed the overrides; v0.2.1 mrpack will include the 1.14 MB shader zip.
[0.2.0] — 2026-06-25
This release rolls up everything that was happening on the 0.1.3 working line — the tag was never cut at 0.1.3 because the testing exposed enough additional fixes (shader swap, JEI→EMI, GC revert, server-list pre-population, broken-recipe stubs) to warrant a real minor-version bump. The historical entries below are kept under the [0.1.3] header for the audit trail; this entry is the actual published release.
Highlights
- Re-packed AllTheTweaks jar strips ATM10 branding (
TitleWinmixin → window-title fix,NameBrandsOnlymixin → F3-list line, the embeddedmojangstudios.pngMojang-screen override, and the panorama textures). Re-hosted via packwiz URL mode atpack/local-jars/, served fromraw.githubusercontent.com. Friends installing the mrpack get the patched jar — no ATM branding survives a fresh install. - JEI → EMI swap. 8 JEI-ecosystem mods removed (
jei,ae2-jei-integration,ftb-jei-extras,just-enough-archaeology,justenoughbreeding,just-enough-mekanism-multiblocks,just-enough-professions-jep,refined-storage-jei-integration). 7 EMI mods added (emi1.1.24,emi-loot0.7.9,emi-enchanting0.1.2,emiffect2.1.6,extra-mod-integrations1.0.3,emilink1.1.10,refined-storage-emi-integration1.0.0) +fzzy_config0.7.6 transitive. Index builds on a worker thread → no more 40-second "Loading Terrain" freeze waiting on JEI runtime construction. - Shader: BSL + Clrwl 1.0.5 as default, tuned to the
LOWprofile (shaderpacks/BSL_v10.1.1 + Clrwl_1.0.5.zip.txt). Native Colorwheel support so Create contraptions render correctly under shaders without fallback mode. MakeUp UltraFast removed from the default. - Distant Horizons tamed:
enableDistantGeneration = false(LODs from passive ingestion only — no worldgen-thread deadlock at world load),numberOfThreads = 4,threadRunTimeRatio = 0.5,maxGenerationRequestDistance = 256,maxSyncOnLoadRequestDistance = 256,ignoredDimensionCsvcovers 5 interior/instanced dims (compactmachines, mahoutsukai reality marble, ae2:spatial_storage, irons_spellbooks pocket dimension, hyperbox). Space dimensions (Moon/Mars/Venus/orbits) get full LODs. - SimpleBackups moved off the freeze path:
backupType = MODIFIED_SINCE_LAST,saveAll = false,timer = 360(6 h),fullBackupTimer = 1440(1 day). No more 3-minute server-thread freeze on world load from a forced full-chunk-save. - JVM: reverted from ZGC back to G1 with the v0.1.2 tuning. ZGC was OOMing on this pack — 12 GB heap was too tight for ZGC's headroom needs given the 23-DH-dim live set. G1 with
MaxGCPauseMillis=50 + G1HeapRegionSize=8M + AlwaysPreTouchhandles the same workload comfortably. Heap bumped 12 GB → 16 GB;MinMemAlloc = MaxMemAllocto skip resize churn. - KubeJS: 158 ARR header lines stripped from the ATM-derivative scripts; 9 datapack-stub overrides shipped at
kubejs/data/<mod>/recipe/<id>.jsonwithneoforge:falseconditions to silence the original ATM10-shipped recipes that referenced deleted-mod items (unusualend,wildbackport,nethers_exoticism,merrymaking,iceandfire:dragonegg_amythest,create_things_and_misc:deleted_mod_element, plus thenetheriteportablewithlecrafttemplate: []parse failure).update_checker.js,incompatible_versions.js,announcements.jsdeleted (all three wereDefaultArtifactVersion → StringClassCastExceptions). - Aeroborne quest book: 3 task items had wrong mod IDs (
create_aeronautics:propeller→create:propeller,bigcannons:cannon_barrel→createbigcannons:cast_iron_cannon_barrel,creating_space:rocket→creatingspace:rocket_engine). The?placeholder icons inmeiCloud — Aeroborneshould resolve now. - Cubes Without Borders 3.0.0 added — borderless-fullscreen toggle in Video Settings.
- Chunky 1.4.23 added — for the planned server-side chunk pre-gen workflow once we cut over to the dedicated server. Doesn't run automatically; awaits
/chunky starton the server. docs/PERFORMANCE.md— full tier-A-through-D performance tuning guide (Win11 HAGS/Game Mode, AMD Adrenalin per-app profile, NVIDIA Control Panel equivalents, MC video settings, JVM levers). Linked from README.servers.dat— pre-populated with single entrymeiCloud — All You Need→ayn.meicloud.net:55565. Friends installing the mrpack see the server in their server-list automatically.- FancyMenu social-button URLs (Discord/Akliz/Reddit) all redirect to
https://ayn.meicloud.net. The top-centered floating logo above the menu buttons was removed. - EuphoriaPatcher removed (needed
ComplementaryShadersbase we didn't ship). - User-tuned configs preserved:
options.txt(render dist 12, max FPS 80, GUI scale 3, particles minimal),config/sodium-options.json,config/emi.css,config/darkmodeeverywhereshaders.json,config/lambdynlights.toml(mode = "fastest"),config/colorwheel-client.toml,config/flywheel-client.toml. These now ship in the pack so fresh installs inherit the same baseline.
Known caveats
- The
[Iris] Shaderpack: BSL_v10.1.1 + Clrwl_1.0.5.zipline on F3 is by design — that variant is the only one with native Create-Colorwheel...
v0.2.2
Changelog
All notable changes to meiCloud — All You Need are documented here.
[0.2.2] — 2026-06-25
Second fresh-install hotfix. v0.2.1 still crashed because of a regression I missed earlier in this work line.
Fixed
-
bibliobiomes-1.21.1-1.6.2.jarregressed back into the pack. Way back at the start of the v0.1.x line, this mod crashed withNoSuchFieldError: net.regions_unexplored.block.RuWoodTypes.MAUVE—regions_unexploredhad renamed/removed theMAUVEwood type, breakingbibliobiomes' biome-modifier registration, which cascaded intobibliocraftfailing to construct, which left mod loading in "broken state" so all later events were "Cowardly refusing to send event…to a broken mod state". On v0.1.x I removed the jar from the active instance but never removed it from the packwiz manifest — so v0.2.0 and v0.2.1 both shipped it again, hitting the same crash on every fresh install.Removed
pack/mods/bibliobiomes-legacy.pw.toml. Fresh installs of v0.2.2 will not downloadbibliobiomes.bibliocraftandbibliowoodsremain (they're independent ofbibliobiomes).
Why the v0.2.1 crash looked like an "architectury" crash
The IllegalStateException: Mod 'architectury' is not available in v0.2.1's crash report was misleading. The actual chain:
bibliobiomesevent handler crashed atbibliobiomesmod constructionbibliocraftconstruction was triggered by the same event chain and also failed- NeoForge
Failed to wait for future Mod Construction, 1 errors found→ mod loading is in broken state Minecraft.<init>runs anyway;omegaconfig's mixin callsNetworkManager.registerReceiverviaarchitecturyarchitectury.whenAvailablereturns empty because its mod initialization never completed in the broken state- →
Mod 'architectury' is not available!IllegalStateException
So architectury is fine; bibliobiomes is the real culprit. Same root cause as the v0.1.0 crash, just surfaced through a different downstream symptom.
[0.2.1] — 2026-06-25
Fresh-install hotfix release. v0.2.0 had two blocking issues uncovered when @chris re-imported the mrpack into a clean Prism instance.
Fixed
- Boot crash from
creatingspace/WindowResizeMixin. Creating Space 1.7.18'sWindowResizeMixinfires onMinecraft.<init>→resizeDisplay()→updateWindowSize(), which triggersRemainingO2Overlay.<clinit>. Static init readsCSConfigs.CLIENT.oxygenBacktank.sliderPlace.get()— but on NeoForge 21.1.234, creatingspace's CLIENT config spec hasn't been loaded yet at that point inMinecraft.<init>, throwingIllegalStateException: Cannot get config value before config is loaded. The old instance "worked" only because some prior crash had primed the config file on disk; a fresh install always crashes here. Patchedcreatingspace-1.21.1-1.7.18.jar: strippedWindowResizeMixinfromcreatingspace.mixins.jsonclient array and removed the corresponding.classfile. The mod still works — only the post-resize repositioning of the O2 overlay HUD is dropped. Re-hosted via packwiz URL mode atpack/local-jars/. New SHA-25666ad271f66348a009d2a82125dc7881d784622fb976fd09f66dab74cadfbfe01. BSL+Clrwl_1.0.5.zipshaderpack didn't ship in the v0.2.0 mrpack. The override files were committed but not in packwiz's index when the export ran. Fresh installs got only the.txtsettings file, leavingiris.propertiespointing at a missing shader. Re-runningpackwiz refreshre-indexed the overrides; v0.2.1 mrpack will include the 1.14 MB shader zip.
[0.2.0] — 2026-06-25
This release rolls up everything that was happening on the 0.1.3 working line — the tag was never cut at 0.1.3 because the testing exposed enough additional fixes (shader swap, JEI→EMI, GC revert, server-list pre-population, broken-recipe stubs) to warrant a real minor-version bump. The historical entries below are kept under the [0.1.3] header for the audit trail; this entry is the actual published release.
Highlights
- Re-packed AllTheTweaks jar strips ATM10 branding (
TitleWinmixin → window-title fix,NameBrandsOnlymixin → F3-list line, the embeddedmojangstudios.pngMojang-screen override, and the panorama textures). Re-hosted via packwiz URL mode atpack/local-jars/, served fromraw.githubusercontent.com. Friends installing the mrpack get the patched jar — no ATM branding survives a fresh install. - JEI → EMI swap. 8 JEI-ecosystem mods removed (
jei,ae2-jei-integration,ftb-jei-extras,just-enough-archaeology,justenoughbreeding,just-enough-mekanism-multiblocks,just-enough-professions-jep,refined-storage-jei-integration). 7 EMI mods added (emi1.1.24,emi-loot0.7.9,emi-enchanting0.1.2,emiffect2.1.6,extra-mod-integrations1.0.3,emilink1.1.10,refined-storage-emi-integration1.0.0) +fzzy_config0.7.6 transitive. Index builds on a worker thread → no more 40-second "Loading Terrain" freeze waiting on JEI runtime construction. - Shader: BSL + Clrwl 1.0.5 as default, tuned to the
LOWprofile (shaderpacks/BSL_v10.1.1 + Clrwl_1.0.5.zip.txt). Native Colorwheel support so Create contraptions render correctly under shaders without fallback mode. MakeUp UltraFast removed from the default. - Distant Horizons tamed:
enableDistantGeneration = false(LODs from passive ingestion only — no worldgen-thread deadlock at world load),numberOfThreads = 4,threadRunTimeRatio = 0.5,maxGenerationRequestDistance = 256,maxSyncOnLoadRequestDistance = 256,ignoredDimensionCsvcovers 5 interior/instanced dims (compactmachines, mahoutsukai reality marble, ae2:spatial_storage, irons_spellbooks pocket dimension, hyperbox). Space dimensions (Moon/Mars/Venus/orbits) get full LODs. - SimpleBackups moved off the freeze path:
backupType = MODIFIED_SINCE_LAST,saveAll = false,timer = 360(6 h),fullBackupTimer = 1440(1 day). No more 3-minute server-thread freeze on world load from a forced full-chunk-save. - JVM: reverted from ZGC back to G1 with the v0.1.2 tuning. ZGC was OOMing on this pack — 12 GB heap was too tight for ZGC's headroom needs given the 23-DH-dim live set. G1 with
MaxGCPauseMillis=50 + G1HeapRegionSize=8M + AlwaysPreTouchhandles the same workload comfortably. Heap bumped 12 GB → 16 GB;MinMemAlloc = MaxMemAllocto skip resize churn. - KubeJS: 158 ARR header lines stripped from the ATM-derivative scripts; 9 datapack-stub overrides shipped at
kubejs/data/<mod>/recipe/<id>.jsonwithneoforge:falseconditions to silence the original ATM10-shipped recipes that referenced deleted-mod items (unusualend,wildbackport,nethers_exoticism,merrymaking,iceandfire:dragonegg_amythest,create_things_and_misc:deleted_mod_element, plus thenetheriteportablewithlecrafttemplate: []parse failure).update_checker.js,incompatible_versions.js,announcements.jsdeleted (all three wereDefaultArtifactVersion → StringClassCastExceptions). - Aeroborne quest book: 3 task items had wrong mod IDs (
create_aeronautics:propeller→create:propeller,bigcannons:cannon_barrel→createbigcannons:cast_iron_cannon_barrel,creating_space:rocket→creatingspace:rocket_engine). The?placeholder icons inmeiCloud — Aeroborneshould resolve now. - Cubes Without Borders 3.0.0 added — borderless-fullscreen toggle in Video Settings.
- Chunky 1.4.23 added — for the planned server-side chunk pre-gen workflow once we cut over to the dedicated server. Doesn't run automatically; awaits
/chunky starton the server. docs/PERFORMANCE.md— full tier-A-through-D performance tuning guide (Win11 HAGS/Game Mode, AMD Adrenalin per-app profile, NVIDIA Control Panel equivalents, MC video settings, JVM levers). Linked from README.servers.dat— pre-populated with single entrymeiCloud — All You Need→ayn.meicloud.net:55565. Friends installing the mrpack see the server in their server-list automatically.- FancyMenu social-button URLs (Discord/Akliz/Reddit) all redirect to
https://ayn.meicloud.net. The top-centered floating logo above the menu buttons was removed. - EuphoriaPatcher removed (needed
ComplementaryShadersbase we didn't ship). - User-tuned configs preserved:
options.txt(render dist 12, max FPS 80, GUI scale 3, particles minimal),config/sodium-options.json,config/emi.css,config/darkmodeeverywhereshaders.json,config/lambdynlights.toml(mode = "fastest"),config/colorwheel-client.toml,config/flywheel-client.toml. These now ship in the pack so fresh installs inherit the same baseline.
Known caveats
- The
[Iris] Shaderpack: BSL_v10.1.1 + Clrwl_1.0.5.zipline on F3 is by design — that variant is the only one with native Create-Colorwheel rendering support on NeoForge 1.21.1. - The title-screen menu is dim because Iris+BSL applies tonemap to FancyMenu's background image; we don't fight it via the source PNG. Workaround: press
Kto toggle shaders off on the title screen (re-enables on world join). Documented indocs/PERFORMANCE.md.
[0.1.3] — superseded by 0.2.0
Fixed
- Window title still showed "All The Mods 10 v0.1.3". Tracked to
allthetweaks-1.21.1-2.9.4.jar— itsTitleWinclient mixin was overriding the BCC modpackName. Surgically re-packed the jar to stripTitleWin.classfromcom/thevortex/allthetweaks/mixin/, drop theTitleWinentry fromallthetweaks.mixins.json, and remove every asset underassets/allthetweaks/textures/gui/title/plus the vanilla-path override atassets/minecraft/textures/gui/title/mojangstudios.png. Jar shrinks 4.9 MB → 0.6 MB; all other AllTheTweaks mixins (Pipez/AE2/meteorite/etc.) and items kept. - KubeJS
ClassCastExceptionfromannouncements.jsat server start. SameDefaultArtifactVersion → Stringcast bug as the deletedupdate_checker.js. Hardcoded ATM10-version-specific anno...
v0.2.1
Changelog
All notable changes to meiCloud — All You Need are documented here.
[0.2.1] — 2026-06-25
Fresh-install hotfix release. v0.2.0 had two blocking issues uncovered when @chris re-imported the mrpack into a clean Prism instance.
Fixed
- Boot crash from
creatingspace/WindowResizeMixin. Creating Space 1.7.18'sWindowResizeMixinfires onMinecraft.<init>→resizeDisplay()→updateWindowSize(), which triggersRemainingO2Overlay.<clinit>. Static init readsCSConfigs.CLIENT.oxygenBacktank.sliderPlace.get()— but on NeoForge 21.1.234, creatingspace's CLIENT config spec hasn't been loaded yet at that point inMinecraft.<init>, throwingIllegalStateException: Cannot get config value before config is loaded. The old instance "worked" only because some prior crash had primed the config file on disk; a fresh install always crashes here. Patchedcreatingspace-1.21.1-1.7.18.jar: strippedWindowResizeMixinfromcreatingspace.mixins.jsonclient array and removed the corresponding.classfile. The mod still works — only the post-resize repositioning of the O2 overlay HUD is dropped. Re-hosted via packwiz URL mode atpack/local-jars/. New SHA-25666ad271f66348a009d2a82125dc7881d784622fb976fd09f66dab74cadfbfe01. BSL+Clrwl_1.0.5.zipshaderpack didn't ship in the v0.2.0 mrpack. The override files were committed but not in packwiz's index when the export ran. Fresh installs got only the.txtsettings file, leavingiris.propertiespointing at a missing shader. Re-runningpackwiz refreshre-indexed the overrides; v0.2.1 mrpack will include the 1.14 MB shader zip.
[0.2.0] — 2026-06-25
This release rolls up everything that was happening on the 0.1.3 working line — the tag was never cut at 0.1.3 because the testing exposed enough additional fixes (shader swap, JEI→EMI, GC revert, server-list pre-population, broken-recipe stubs) to warrant a real minor-version bump. The historical entries below are kept under the [0.1.3] header for the audit trail; this entry is the actual published release.
Highlights
- Re-packed AllTheTweaks jar strips ATM10 branding (
TitleWinmixin → window-title fix,NameBrandsOnlymixin → F3-list line, the embeddedmojangstudios.pngMojang-screen override, and the panorama textures). Re-hosted via packwiz URL mode atpack/local-jars/, served fromraw.githubusercontent.com. Friends installing the mrpack get the patched jar — no ATM branding survives a fresh install. - JEI → EMI swap. 8 JEI-ecosystem mods removed (
jei,ae2-jei-integration,ftb-jei-extras,just-enough-archaeology,justenoughbreeding,just-enough-mekanism-multiblocks,just-enough-professions-jep,refined-storage-jei-integration). 7 EMI mods added (emi1.1.24,emi-loot0.7.9,emi-enchanting0.1.2,emiffect2.1.6,extra-mod-integrations1.0.3,emilink1.1.10,refined-storage-emi-integration1.0.0) +fzzy_config0.7.6 transitive. Index builds on a worker thread → no more 40-second "Loading Terrain" freeze waiting on JEI runtime construction. - Shader: BSL + Clrwl 1.0.5 as default, tuned to the
LOWprofile (shaderpacks/BSL_v10.1.1 + Clrwl_1.0.5.zip.txt). Native Colorwheel support so Create contraptions render correctly under shaders without fallback mode. MakeUp UltraFast removed from the default. - Distant Horizons tamed:
enableDistantGeneration = false(LODs from passive ingestion only — no worldgen-thread deadlock at world load),numberOfThreads = 4,threadRunTimeRatio = 0.5,maxGenerationRequestDistance = 256,maxSyncOnLoadRequestDistance = 256,ignoredDimensionCsvcovers 5 interior/instanced dims (compactmachines, mahoutsukai reality marble, ae2:spatial_storage, irons_spellbooks pocket dimension, hyperbox). Space dimensions (Moon/Mars/Venus/orbits) get full LODs. - SimpleBackups moved off the freeze path:
backupType = MODIFIED_SINCE_LAST,saveAll = false,timer = 360(6 h),fullBackupTimer = 1440(1 day). No more 3-minute server-thread freeze on world load from a forced full-chunk-save. - JVM: reverted from ZGC back to G1 with the v0.1.2 tuning. ZGC was OOMing on this pack — 12 GB heap was too tight for ZGC's headroom needs given the 23-DH-dim live set. G1 with
MaxGCPauseMillis=50 + G1HeapRegionSize=8M + AlwaysPreTouchhandles the same workload comfortably. Heap bumped 12 GB → 16 GB;MinMemAlloc = MaxMemAllocto skip resize churn. - KubeJS: 158 ARR header lines stripped from the ATM-derivative scripts; 9 datapack-stub overrides shipped at
kubejs/data/<mod>/recipe/<id>.jsonwithneoforge:falseconditions to silence the original ATM10-shipped recipes that referenced deleted-mod items (unusualend,wildbackport,nethers_exoticism,merrymaking,iceandfire:dragonegg_amythest,create_things_and_misc:deleted_mod_element, plus thenetheriteportablewithlecrafttemplate: []parse failure).update_checker.js,incompatible_versions.js,announcements.jsdeleted (all three wereDefaultArtifactVersion → StringClassCastExceptions). - Aeroborne quest book: 3 task items had wrong mod IDs (
create_aeronautics:propeller→create:propeller,bigcannons:cannon_barrel→createbigcannons:cast_iron_cannon_barrel,creating_space:rocket→creatingspace:rocket_engine). The?placeholder icons inmeiCloud — Aeroborneshould resolve now. - Cubes Without Borders 3.0.0 added — borderless-fullscreen toggle in Video Settings.
- Chunky 1.4.23 added — for the planned server-side chunk pre-gen workflow once we cut over to the dedicated server. Doesn't run automatically; awaits
/chunky starton the server. docs/PERFORMANCE.md— full tier-A-through-D performance tuning guide (Win11 HAGS/Game Mode, AMD Adrenalin per-app profile, NVIDIA Control Panel equivalents, MC video settings, JVM levers). Linked from README.servers.dat— pre-populated with single entrymeiCloud — All You Need→ayn.meicloud.net:55565. Friends installing the mrpack see the server in their server-list automatically.- FancyMenu social-button URLs (Discord/Akliz/Reddit) all redirect to
https://ayn.meicloud.net. The top-centered floating logo above the menu buttons was removed. - EuphoriaPatcher removed (needed
ComplementaryShadersbase we didn't ship). - User-tuned configs preserved:
options.txt(render dist 12, max FPS 80, GUI scale 3, particles minimal),config/sodium-options.json,config/emi.css,config/darkmodeeverywhereshaders.json,config/lambdynlights.toml(mode = "fastest"),config/colorwheel-client.toml,config/flywheel-client.toml. These now ship in the pack so fresh installs inherit the same baseline.
Known caveats
- The
[Iris] Shaderpack: BSL_v10.1.1 + Clrwl_1.0.5.zipline on F3 is by design — that variant is the only one with native Create-Colorwheel rendering support on NeoForge 1.21.1. - The title-screen menu is dim because Iris+BSL applies tonemap to FancyMenu's background image; we don't fight it via the source PNG. Workaround: press
Kto toggle shaders off on the title screen (re-enables on world join). Documented indocs/PERFORMANCE.md.
[0.1.3] — superseded by 0.2.0
Fixed
- Window title still showed "All The Mods 10 v0.1.3". Tracked to
allthetweaks-1.21.1-2.9.4.jar— itsTitleWinclient mixin was overriding the BCC modpackName. Surgically re-packed the jar to stripTitleWin.classfromcom/thevortex/allthetweaks/mixin/, drop theTitleWinentry fromallthetweaks.mixins.json, and remove every asset underassets/allthetweaks/textures/gui/title/plus the vanilla-path override atassets/minecraft/textures/gui/title/mojangstudios.png. Jar shrinks 4.9 MB → 0.6 MB; all other AllTheTweaks mixins (Pipez/AE2/meteorite/etc.) and items kept. - KubeJS
ClassCastExceptionfromannouncements.jsat server start. SameDefaultArtifactVersion → Stringcast bug as the deletedupdate_checker.js. Hardcoded ATM10-version-specific announcement strings — useless for our pack. Deleted (instance + pack repo). - 10 KubeJS recipe parse errors at boot. Recipes from
create_things_and_miscandcreate_mfreference items in mods we removed (unusualend,wildbackport,nethers_exoticism,iceandfire:dragonegg_amythest,create_things_and_misc:deleted_mod_element) plus amerrymaking:ground_gingeritem that no longer exists inmerrymaking-16. Addedkubejs/server_scripts/meicloud_remove_dead_recipes.jsto remove the 8 dead recipe IDs and stripped the 2 broken merrymaking recipes fromUnification/crops.js. - EuphoriaPatcher errors. Required
ComplementaryShaders r5.8.1base (not included) which we don't ship. Mod removed frompack/mods/(instance + packwiz). - Title-screen floating logo. Removed the FancyMenu
imageelement block referencinglogo.png(top-centered, 180×180) — the central icon visible above the menu on previous boots.
Changed
- Default GC: G1GC → ZGC (generational). Distant Horizons warns about G1 → FPS stuttering. ZGC sub-10ms pauses on 12 GB heap. JVM args:
-XX:+UseZGC -XX:+ZGenerational -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -XX:-ZProactive -XX:ZAllocationSpikeTolerance=2.0 -XX:ZCollectionInterval=5 -XX:+DisableExplicitGC. Set ininstance.cfg, not in the mrpack — Prism instance setting. - Default shader: BSL → MakeUp UltraFast 9.5a (
config/iris.properties), tuned viashaderpacks/MakeUp-UltraFast-9.5a.zip.txtfor theshadowless_lowperf profile (no shadows, no bloom, no DOF, no motion blur, minimal AO). Vanilla-faithful look. Highest FPS of the shipped shader options. - ATM social-button URLs in FancyMenu (
title_screen_layout.txt) redirected fromdiscord.gg/allthemods,akliz.net/allthemods,reddit.com/r/allthemods→https://atm10.meicloud.net. We're friends-only; no public Discord / Reddit. - 158 KubeJS scripts: stripped the "authored by AllTh...
v0.2.0
Changelog
All notable changes to meiCloud — All You Need are documented here.
[0.2.0] — 2026-06-25
This release rolls up everything that was happening on the 0.1.3 working line — the tag was never cut at 0.1.3 because the testing exposed enough additional fixes (shader swap, JEI→EMI, GC revert, server-list pre-population, broken-recipe stubs) to warrant a real minor-version bump. The historical entries below are kept under the [0.1.3] header for the audit trail; this entry is the actual published release.
Highlights
- Re-packed AllTheTweaks jar strips ATM10 branding (
TitleWinmixin → window-title fix,NameBrandsOnlymixin → F3-list line, the embeddedmojangstudios.pngMojang-screen override, and the panorama textures). Re-hosted via packwiz URL mode atpack/local-jars/, served fromraw.githubusercontent.com. Friends installing the mrpack get the patched jar — no ATM branding survives a fresh install. - JEI → EMI swap. 8 JEI-ecosystem mods removed (
jei,ae2-jei-integration,ftb-jei-extras,just-enough-archaeology,justenoughbreeding,just-enough-mekanism-multiblocks,just-enough-professions-jep,refined-storage-jei-integration). 7 EMI mods added (emi1.1.24,emi-loot0.7.9,emi-enchanting0.1.2,emiffect2.1.6,extra-mod-integrations1.0.3,emilink1.1.10,refined-storage-emi-integration1.0.0) +fzzy_config0.7.6 transitive. Index builds on a worker thread → no more 40-second "Loading Terrain" freeze waiting on JEI runtime construction. - Shader: BSL + Clrwl 1.0.5 as default, tuned to the
LOWprofile (shaderpacks/BSL_v10.1.1 + Clrwl_1.0.5.zip.txt). Native Colorwheel support so Create contraptions render correctly under shaders without fallback mode. MakeUp UltraFast removed from the default. - Distant Horizons tamed:
enableDistantGeneration = false(LODs from passive ingestion only — no worldgen-thread deadlock at world load),numberOfThreads = 4,threadRunTimeRatio = 0.5,maxGenerationRequestDistance = 256,maxSyncOnLoadRequestDistance = 256,ignoredDimensionCsvcovers 5 interior/instanced dims (compactmachines, mahoutsukai reality marble, ae2:spatial_storage, irons_spellbooks pocket dimension, hyperbox). Space dimensions (Moon/Mars/Venus/orbits) get full LODs. - SimpleBackups moved off the freeze path:
backupType = MODIFIED_SINCE_LAST,saveAll = false,timer = 360(6 h),fullBackupTimer = 1440(1 day). No more 3-minute server-thread freeze on world load from a forced full-chunk-save. - JVM: reverted from ZGC back to G1 with the v0.1.2 tuning. ZGC was OOMing on this pack — 12 GB heap was too tight for ZGC's headroom needs given the 23-DH-dim live set. G1 with
MaxGCPauseMillis=50 + G1HeapRegionSize=8M + AlwaysPreTouchhandles the same workload comfortably. Heap bumped 12 GB → 16 GB;MinMemAlloc = MaxMemAllocto skip resize churn. - KubeJS: 158 ARR header lines stripped from the ATM-derivative scripts; 9 datapack-stub overrides shipped at
kubejs/data/<mod>/recipe/<id>.jsonwithneoforge:falseconditions to silence the original ATM10-shipped recipes that referenced deleted-mod items (unusualend,wildbackport,nethers_exoticism,merrymaking,iceandfire:dragonegg_amythest,create_things_and_misc:deleted_mod_element, plus thenetheriteportablewithlecrafttemplate: []parse failure).update_checker.js,incompatible_versions.js,announcements.jsdeleted (all three wereDefaultArtifactVersion → StringClassCastExceptions). - Aeroborne quest book: 3 task items had wrong mod IDs (
create_aeronautics:propeller→create:propeller,bigcannons:cannon_barrel→createbigcannons:cast_iron_cannon_barrel,creating_space:rocket→creatingspace:rocket_engine). The?placeholder icons inmeiCloud — Aeroborneshould resolve now. - Cubes Without Borders 3.0.0 added — borderless-fullscreen toggle in Video Settings.
- Chunky 1.4.23 added — for the planned server-side chunk pre-gen workflow once we cut over to the dedicated server. Doesn't run automatically; awaits
/chunky starton the server. docs/PERFORMANCE.md— full tier-A-through-D performance tuning guide (Win11 HAGS/Game Mode, AMD Adrenalin per-app profile, NVIDIA Control Panel equivalents, MC video settings, JVM levers). Linked from README.servers.dat— pre-populated with single entrymeiCloud — All You Need→ayn.meicloud.net:55565. Friends installing the mrpack see the server in their server-list automatically.- FancyMenu social-button URLs (Discord/Akliz/Reddit) all redirect to
https://ayn.meicloud.net. The top-centered floating logo above the menu buttons was removed. - EuphoriaPatcher removed (needed
ComplementaryShadersbase we didn't ship). - User-tuned configs preserved:
options.txt(render dist 12, max FPS 80, GUI scale 3, particles minimal),config/sodium-options.json,config/emi.css,config/darkmodeeverywhereshaders.json,config/lambdynlights.toml(mode = "fastest"),config/colorwheel-client.toml,config/flywheel-client.toml. These now ship in the pack so fresh installs inherit the same baseline.
Known caveats
- The
[Iris] Shaderpack: BSL_v10.1.1 + Clrwl_1.0.5.zipline on F3 is by design — that variant is the only one with native Create-Colorwheel rendering support on NeoForge 1.21.1. - The title-screen menu is dim because Iris+BSL applies tonemap to FancyMenu's background image; we don't fight it via the source PNG. Workaround: press
Kto toggle shaders off on the title screen (re-enables on world join). Documented indocs/PERFORMANCE.md.
[0.1.3] — superseded by 0.2.0
Fixed
- Window title still showed "All The Mods 10 v0.1.3". Tracked to
allthetweaks-1.21.1-2.9.4.jar— itsTitleWinclient mixin was overriding the BCC modpackName. Surgically re-packed the jar to stripTitleWin.classfromcom/thevortex/allthetweaks/mixin/, drop theTitleWinentry fromallthetweaks.mixins.json, and remove every asset underassets/allthetweaks/textures/gui/title/plus the vanilla-path override atassets/minecraft/textures/gui/title/mojangstudios.png. Jar shrinks 4.9 MB → 0.6 MB; all other AllTheTweaks mixins (Pipez/AE2/meteorite/etc.) and items kept. - KubeJS
ClassCastExceptionfromannouncements.jsat server start. SameDefaultArtifactVersion → Stringcast bug as the deletedupdate_checker.js. Hardcoded ATM10-version-specific announcement strings — useless for our pack. Deleted (instance + pack repo). - 10 KubeJS recipe parse errors at boot. Recipes from
create_things_and_miscandcreate_mfreference items in mods we removed (unusualend,wildbackport,nethers_exoticism,iceandfire:dragonegg_amythest,create_things_and_misc:deleted_mod_element) plus amerrymaking:ground_gingeritem that no longer exists inmerrymaking-16. Addedkubejs/server_scripts/meicloud_remove_dead_recipes.jsto remove the 8 dead recipe IDs and stripped the 2 broken merrymaking recipes fromUnification/crops.js. - EuphoriaPatcher errors. Required
ComplementaryShaders r5.8.1base (not included) which we don't ship. Mod removed frompack/mods/(instance + packwiz). - Title-screen floating logo. Removed the FancyMenu
imageelement block referencinglogo.png(top-centered, 180×180) — the central icon visible above the menu on previous boots.
Changed
- Default GC: G1GC → ZGC (generational). Distant Horizons warns about G1 → FPS stuttering. ZGC sub-10ms pauses on 12 GB heap. JVM args:
-XX:+UseZGC -XX:+ZGenerational -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -XX:-ZProactive -XX:ZAllocationSpikeTolerance=2.0 -XX:ZCollectionInterval=5 -XX:+DisableExplicitGC. Set ininstance.cfg, not in the mrpack — Prism instance setting. - Default shader: BSL → MakeUp UltraFast 9.5a (
config/iris.properties), tuned viashaderpacks/MakeUp-UltraFast-9.5a.zip.txtfor theshadowless_lowperf profile (no shadows, no bloom, no DOF, no motion blur, minimal AO). Vanilla-faithful look. Highest FPS of the shipped shader options. - ATM social-button URLs in FancyMenu (
title_screen_layout.txt) redirected fromdiscord.gg/allthemods,akliz.net/allthemods,reddit.com/r/allthemods→https://atm10.meicloud.net. We're friends-only; no public Discord / Reddit. - 158 KubeJS scripts: stripped the "authored by AllTheMods Staff … All Rights Reserved" header/footer comment block. Code bodies kept (gameplay tweaks, unification, ponder schemes). License-compliance ask: pack repo is MIT; ATM scripts were ARR. Headers gone, gameplay logic remains.
Added
- Cubes Without Borders 3.0.0+mc1.21 (Modrinth
cubes-without-borders/ETlrkaYF). Borderless windowed-fullscreen via a new Video Settings checkbox. Packwiz-tracked. - Patched-jar hosting in pack repo. Patched
allthetweaks-1.21.1-2.9.4-meicloud-patched.jar(TitleWin mixin + Mojang splash + panorama assets stripped) committed atpack/local-jars/. Thepack/mods/all-the-tweaks.pw.tomlentry switched from CurseForge metadata mode → URL mode pointing atraw.githubusercontent.com/.../main/pack/local-jars/.... Friends installing from the next.mrpackget the patched jar directly; no ATM branding survives a fresh install.
URLs
- FancyMenu title-screen social buttons (Discord/Akliz/Reddit) →
https://ayn.meicloud.net(new A-record on the same wiki host). Earlier draft usedatm10.meicloud.net; that was wrong.
Fixed (round 2 — boot stuck on Loading Terrain)
- SimpleBackups was freezing the server thread for 3+ minutes on world load. Root cause:
backupType = FULL_BACKUPS+saveAll = true+timer = 120minutes meant every backup forced a full chunk save across all 23 DH-tracked dimensions, then zipped the entire 143 MBsaves/tree. When the 2-hour timer hit during world load (which it did, because the last backup was exactly 2h earlier), the integrated server...
v0.1.2
Changelog
All notable changes to meiCloud — All You Need are documented here.
[0.1.2] — 2026-06-25
Fixed
- Boot crash from
mek_x_starmixin. Removed Mekanism × Create: Northstar (mek_x_star-1.21.1-1.0.2). The mod is a compatibility bridge between Mekanism and Create: Northstar — a space mod that has no 1.21.1 release. Without Northstar, the mod'sItemStackMixinfails to loadNorthstarTags$NorthstarItemTags, killing bootstrap. I had read its name as a generic Mek↔Create integration; it isn't.
[0.1.1] — 2026-06-25
Fixed
- Boot crash on first launch. Three compatibility issues from
packwiz update --all:- Pinned Advanced Peripherals back from
0.7.62bto0.7.61b—0.7.62brequires CC: Tweaked1.119.0+, only available as alpha. ATM10 ships CC: Tweaked1.117.1. - Removed duplicate CC: Tweaked entry. ATM10's manifest listed both the original (CF project 282001, version 1.113.1) and the "Remastered" fork (CF project 1527866, version 1.117.1). Kept only the Remastered one.
- Fixed Lithostitched
side = "server"→side = "both". Required client-side by Tectonic, Terralith, Regions Unexplored, and CTOV. Prism was correctly excluding it from the client install because of the side flag.
- Pinned Advanced Peripherals back from
- Re-export produces a smaller / correct
.mrpack.
[0.1.0] — 2026-06-25
Base
- Built on All The Mods 10 v7.0 (CurseForge file 8091114)
- Minecraft 1.21.1, NeoForge 21.1.234 (bumped from ATM10's 21.1.228)
- 137 mods bumped to their latest releases via
packwiz update --all
Added — Create suite (13)
- Create: Aeronautics 1.3.0 — airships you can pilot
- Create: Big Cannons 5.11.7 — mounted artillery for the airships
- Create: Compatible Storage 2.11.0 — modded chests work in contraptions
- Create: Steam'n'Rails 0.2.1 — trains, signals, freight cars
- Create: Beyond Limits 1.5.0 — late-game progression
- Create: Structures Arise — Create-themed worldgen
- Create: Sky Village 0.0.38 — floating villages
- Create: More Features 0.1.2 — extra devices + automation
- Create: Misc & Things 4.1.1 — QoL grab-bag
- Create: Rock & Stone — ore scanning + mining gadgets
- Create: Diesel Generators 1.3.14 — oil/diesel power chain
- Create: New Age 1.2.0 — electrical late-game
Added — Space (2)
- Creating Space 1.7.18 — rockets + Moon + Mars
- Space War — Aeronautics 0.1.4 — space combat for airships
Added — Integrations (3)
- Mekanism × Create: Northstar — first-class Mek↔Create cross-recipes
- Create: Mekanism Crafting — Mek recipes via Create contraptions
- Create Ore Excavation × Mekanism — Mek crushers in Create chains
Added — Worldgen (2)
- Terralith 2.6.2 — 95+ biomes
- Tectonic 3.0.22 — terrain shaping (mountains, valleys, ridges)
Added — Client mods (4)
- Distant Horizons 3.1.2-b — LOD chunks far beyond view distance
- Iris 1.8.14-beta.1 — shader support (Sodium bumped to 0.8.12-beta.2 for compat)
- LambDynamicLights 4.8.10 — torch-in-hand lighting
- Better Zoom 2.7.0 — press to zoom
Added — Polish (5)
- Lithium 0.15.3 — server-side perf
- Naturalist 1.0.2 — passive wildlife
- WorldEdit 7.3.8 — creative tools
- FancyMenu 3.9.1 — custom main menu (for branding)
- Neat — mob healthbars
Added — Combat polish (2)
- Better Combat 2.3.2 — animations + weapon-specific movesets
- First Person Model 2.7.2 — real arms in first-person
Added — Custom KubeJS scripts (4)
meicloud-diesel-fluid-unify.js— bridges IE ↔ Create: Diesel Generators fluidsmeicloud-cannon-ingredients-unify.js— unifies Big Cannons + IE saltpetermeicloud-space-fuel-unify.js— Creating Space fuel ↔ Mekanism hydrogenmeicloud-aeronautics-rotor-unify.js— steel ingot tag bridge
Added — Quest content
meicloud_airborne.snbt— 3-quest starter chapter for Aeronautics → Big Cannons → Creating Space
Added — Welcome
- Patchouli "meiCloud — Welcome" book (auto-given on first login via the OpenBook mod's hook)
Config notes
- View distance recommended: 14 chunks
- Simulation distance recommended: 12 chunks
- Max players: 8
pvp=false,mobGriefing=false- Difficulty: Hard
v0.1.1
Changelog
All notable changes to meiCloud — All You Need are documented here.
[0.1.1] — 2026-06-25
Fixed
- Boot crash on first launch. Three compatibility issues from
packwiz update --all:- Pinned Advanced Peripherals back from
0.7.62bto0.7.61b—0.7.62brequires CC: Tweaked1.119.0+, only available as alpha. ATM10 ships CC: Tweaked1.117.1. - Removed duplicate CC: Tweaked entry. ATM10's manifest listed both the original (CF project 282001, version 1.113.1) and the "Remastered" fork (CF project 1527866, version 1.117.1). Kept only the Remastered one.
- Fixed Lithostitched
side = "server"→side = "both". Required client-side by Tectonic, Terralith, Regions Unexplored, and CTOV. Prism was correctly excluding it from the client install because of the side flag.
- Pinned Advanced Peripherals back from
- Re-export produces a smaller / correct
.mrpack.
[0.1.0] — 2026-06-25
Base
- Built on All The Mods 10 v7.0 (CurseForge file 8091114)
- Minecraft 1.21.1, NeoForge 21.1.234 (bumped from ATM10's 21.1.228)
- 137 mods bumped to their latest releases via
packwiz update --all
Added — Create suite (13)
- Create: Aeronautics 1.3.0 — airships you can pilot
- Create: Big Cannons 5.11.7 — mounted artillery for the airships
- Create: Compatible Storage 2.11.0 — modded chests work in contraptions
- Create: Steam'n'Rails 0.2.1 — trains, signals, freight cars
- Create: Beyond Limits 1.5.0 — late-game progression
- Create: Structures Arise — Create-themed worldgen
- Create: Sky Village 0.0.38 — floating villages
- Create: More Features 0.1.2 — extra devices + automation
- Create: Misc & Things 4.1.1 — QoL grab-bag
- Create: Rock & Stone — ore scanning + mining gadgets
- Create: Diesel Generators 1.3.14 — oil/diesel power chain
- Create: New Age 1.2.0 — electrical late-game
Added — Space (2)
- Creating Space 1.7.18 — rockets + Moon + Mars
- Space War — Aeronautics 0.1.4 — space combat for airships
Added — Integrations (3)
- Mekanism × Create: Northstar — first-class Mek↔Create cross-recipes
- Create: Mekanism Crafting — Mek recipes via Create contraptions
- Create Ore Excavation × Mekanism — Mek crushers in Create chains
Added — Worldgen (2)
- Terralith 2.6.2 — 95+ biomes
- Tectonic 3.0.22 — terrain shaping (mountains, valleys, ridges)
Added — Client mods (4)
- Distant Horizons 3.1.2-b — LOD chunks far beyond view distance
- Iris 1.8.14-beta.1 — shader support (Sodium bumped to 0.8.12-beta.2 for compat)
- LambDynamicLights 4.8.10 — torch-in-hand lighting
- Better Zoom 2.7.0 — press to zoom
Added — Polish (5)
- Lithium 0.15.3 — server-side perf
- Naturalist 1.0.2 — passive wildlife
- WorldEdit 7.3.8 — creative tools
- FancyMenu 3.9.1 — custom main menu (for branding)
- Neat — mob healthbars
Added — Combat polish (2)
- Better Combat 2.3.2 — animations + weapon-specific movesets
- First Person Model 2.7.2 — real arms in first-person
Added — Custom KubeJS scripts (4)
meicloud-diesel-fluid-unify.js— bridges IE ↔ Create: Diesel Generators fluidsmeicloud-cannon-ingredients-unify.js— unifies Big Cannons + IE saltpetermeicloud-space-fuel-unify.js— Creating Space fuel ↔ Mekanism hydrogenmeicloud-aeronautics-rotor-unify.js— steel ingot tag bridge
Added — Quest content
meicloud_airborne.snbt— 3-quest starter chapter for Aeronautics → Big Cannons → Creating Space
Added — Welcome
- Patchouli "meiCloud — Welcome" book (auto-given on first login via the OpenBook mod's hook)
Config notes
- View distance recommended: 14 chunks
- Simulation distance recommended: 12 chunks
- Max players: 8
pvp=false,mobGriefing=false- Difficulty: Hard
v0.1.0
Changelog
All notable changes to meiCloud — All You Need are documented here.
[0.1.0] — 2026-06-25
Base
- Built on All The Mods 10 v7.0 (CurseForge file 8091114)
- Minecraft 1.21.1, NeoForge 21.1.234 (bumped from ATM10's 21.1.228)
- 137 mods bumped to their latest releases via
packwiz update --all
Added — Create suite (13)
- Create: Aeronautics 1.3.0 — airships you can pilot
- Create: Big Cannons 5.11.7 — mounted artillery for the airships
- Create: Compatible Storage 2.11.0 — modded chests work in contraptions
- Create: Steam'n'Rails 0.2.1 — trains, signals, freight cars
- Create: Beyond Limits 1.5.0 — late-game progression
- Create: Structures Arise — Create-themed worldgen
- Create: Sky Village 0.0.38 — floating villages
- Create: More Features 0.1.2 — extra devices + automation
- Create: Misc & Things 4.1.1 — QoL grab-bag
- Create: Rock & Stone — ore scanning + mining gadgets
- Create: Diesel Generators 1.3.14 — oil/diesel power chain
- Create: New Age 1.2.0 — electrical late-game
Added — Space (2)
- Creating Space 1.7.18 — rockets + Moon + Mars
- Space War — Aeronautics 0.1.4 — space combat for airships
Added — Integrations (3)
- Mekanism × Create: Northstar — first-class Mek↔Create cross-recipes
- Create: Mekanism Crafting — Mek recipes via Create contraptions
- Create Ore Excavation × Mekanism — Mek crushers in Create chains
Added — Worldgen (2)
- Terralith 2.6.2 — 95+ biomes
- Tectonic 3.0.22 — terrain shaping (mountains, valleys, ridges)
Added — Client mods (4)
- Distant Horizons 3.1.2-b — LOD chunks far beyond view distance
- Iris 1.8.14-beta.1 — shader support (Sodium bumped to 0.8.12-beta.2 for compat)
- LambDynamicLights 4.8.10 — torch-in-hand lighting
- Better Zoom 2.7.0 — press to zoom
Added — Polish (5)
- Lithium 0.15.3 — server-side perf
- Naturalist 1.0.2 — passive wildlife
- WorldEdit 7.3.8 — creative tools
- FancyMenu 3.9.1 — custom main menu (for branding)
- Neat — mob healthbars
Added — Combat polish (2)
- Better Combat 2.3.2 — animations + weapon-specific movesets
- First Person Model 2.7.2 — real arms in first-person
Added — Custom KubeJS scripts (4)
meicloud-diesel-fluid-unify.js— bridges IE ↔ Create: Diesel Generators fluidsmeicloud-cannon-ingredients-unify.js— unifies Big Cannons + IE saltpetermeicloud-space-fuel-unify.js— Creating Space fuel ↔ Mekanism hydrogenmeicloud-aeronautics-rotor-unify.js— steel ingot tag bridge
Added — Quest content
meicloud_airborne.snbt— 3-quest starter chapter for Aeronautics → Big Cannons → Creating Space
Added — Welcome
- Patchouli "meiCloud — Welcome" book (auto-given on first login via the OpenBook mod's hook)
Config notes
- View distance recommended: 14 chunks
- Simulation distance recommended: 12 chunks
- Max players: 8
pvp=false,mobGriefing=false- Difficulty: Hard