CurseForge · Minecraft modpack
Asai Integrated Modpack
A free license modpack that optimizes game performance and adds a few improvements to the game's mechanics.
Quick answer
Which Asai Integrated Modpack release should I use?
21.0.8 is a complete pack release for 1.21.1 with NeoForge 21.1.248. Install it as its own launcher instance. If the creator publishes a separate server file, make sure it names this exact pack release. For this loader, use Java 21. 46 mods in this pack file.
Pack setup
How should I set up Asai Integrated Modpack for players and a server?
Use 21.0.8 as the pack version. Install the pack as its own launcher instance. The creator’s listing does not name a separate server file, so check the release notes before setting up a dedicated server. Do not upload the ordinary client folder blindly.
A pack is a matched client and server setup, not one mod with an install-side label. Keep its release, loader, manifest and overrides together.
These numbers come from the pack file you chose. “Not labelled” means we don’t know which side it belongs on—not that it is safe everywhere. The file count is not a RAM estimate.
What are the server requirements for Asai Integrated Modpack?
21.0.8. Change the pack release and its contents or setup may change too.
The selected pack release is 21.0.8. That file is for Minecraft 1.21.1 with NeoForge 21.1.248. This NeoForge setup needs Java 21. It contains 46 mod projects. The creator’s listing does not name a separate server file. Check their notes before using one, and do not upload an ordinary client folder or rebuild the pack mod by mod. A file count cannot tell us the right RAM, CPU or storage; size the server for the players and world you actually run.
About this project
What kind of pack is Asai Integrated Modpack?
📢 Introduce
Asai Integrated Modpack is a free license modpack that optimizes game performance and adds a few improvements to the game's mechanics.
This is a modpack that you can use freely, you can use to make things like a server client, or a new modpack, and you can build your ideas on top of this modpack without the authorization of the modpack author.
🔧 What functions does have?
- Avoid unnecessary UI displays, provide a clean and simple layout.
- While providing performance optimizations, it also offers some gameplay improvements.
- Added Packet Fixer to fix issues where NBT tags and oversized packets prevent gameplay.
- Optimize the performance of item drops through Stxck, improve game performance, and slightly reduce the annoyance caused to players by scattered items.
※Notes on Stxck: If you are playing with Create, this mod may break the Create machines that implement the "distribution" feature. Please avoid letting items become physical entities during processing. Also, when drops exceeding the normal stack size enter Create's crusher wheels, only the normal stack quantity will be output (the excess will be lost). If you find this troublesome, you may uninstall the Stxck mod. - Adding NERB removes the recipe book, greatly improving the performance of CrT/KJS or other mods in reading player data, and speeding up data synchronization between the server and client as well as the time it takes for players to enter the saved world.
Game Mechanics Improvement Section
- Added Actually Harvest, just right-click on crops to harvest them. New plants will be left automatically, compatible with most MOD crops;
- Added Inventory Spam, allowing you to see which items you picked up or dropped in the bottom right corner of the screen, and it can be configured manually.
- Added Inventory Tweaks-Refoxed, a one-click organization port, with additional features;
- Added Silence Mobs, suitable for scenarios that require many creatures but where their sounds should not be too loud.
- Added Clean swing through grass, it allows you to attack creatures directly through blocks like grass and rails.
※This mod has a friendly-fire issue, but it is a client-side only mod. If you think the trouble it brings outweighs its convenience, you can delete it. - Added In-game NBTEdit and WorldEdit(1.21.1) provides convenience for advanced players, such as creators;
- Added Pro Placer, completely revamped the block placement logic, making it a whole lot easier and faster to use.
🖐 Precautions
- This modpack does not include any minimap-type mods. If needed, you can add your preferred minimap mods yourself.
- This modpack does not include shader loader mod, you can add Iris(1.21.1) or Oculus(1.20.1) yourself.
- You can join our discord server to discuss this modpack, or chat with other players: [Invite]
📝 Java arguments
This modpack have dedicated arguments, used to further optimize game performance:
1.20.1 for Client:
-XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:MaxGCPauseMillis=37 -XX:+UseCompressedOops -XX:+UseCompressedClassPointers -XX:+PerfDisableSharedMem -XX:+ExplicitGCInvokesConcurrent -XX:-UseAdaptiveSizePolicy -XX:+OmitStackTraceInFastThrow -XX:+UseFastUnorderedTimeStamps -XX:-DontCompileHugeMethods -XX:+OptimizeStringConcat -XX:+UseStringDeduplication -XX:G1HeapRegionSize=16M -XX:G1NewSizePercent=23 -XX:G1ReservePercent=20 -XX:SurvivorRatio=32 -XX:G1MixedGCCountTarget=3 -XX:G1HeapWastePercent=20 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1RSetUpdatingPauseTimePercent=0 -XX:MaxTenuringThreshold=1 -XX:G1SATBBufferEnqueueingThresholdPercent=30 -XX:G1ConcMarkStepDurationMillis=5.0 -XX:G1ConcRSHotCardLimit=16 -XX:G1ConcRefinementServiceIntervalMillis=150 -XX:GCTimeRatio=99 -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Dlog4j2.formatMsgNoLookups=true -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8 -Djdk.lang.Process.allowAmbiguousCommands=true
For server, when use Java 17 booted:
-XX:+UseG1GC -XX:MaxGCPauseMillis=130 -XX:+UnlockExperimentalVMOptions -XX:+AlwaysActAsServerClassMachine -XX:+AlwaysPreTouch -XX:+ExplicitGCInvokesConcurrent -XX:+OptimizeStringConcat -XX:+UseCompressedOops -XX:+UseCompressedClassPointers -XX:+UseStringDeduplication -XX:-DontCompileHugeMethods -XX:-UseAdaptiveSizePolicy -XX:+UseVectorCmov -XX:+PerfDisableSharedMem -XX:+UseFastUnorderedTimeStamps -XX:+OmitStackTraceInFastThrow -XX:+UseNUMA -XX:G1NewSizePercent=28 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=20 -XX:G1MixedGCCountTarget=3 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=0 -XX:SurvivorRatio=32 -XX:MaxTenuringThreshold=1 -XX:G1SATBBufferEnqueueingThresholdPercent=30 -XX:G1ConcMarkStepDurationMillis=5 -XX:G1ConcRSHotCardLimit=16 -XX:G1ConcRefinementServiceIntervalMillis=150 -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8 -Djdk.lang.Process.allowAmbiguousCommands=true -Dlog4j2.formatMsgNoLookups=true -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true -Xlog:async -Djava.security.egd=file:/dev/urandom --add-modules jdk.incubator.vector
1.21.1 for Client:
-XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:MaxGCPauseMillis=37 -XX:+UseCompressedOops -XX:+UseCompressedClassPointers -XX:+PerfDisableSharedMem -XX:+ExplicitGCInvokesConcurrent -XX:-UseAdaptiveSizePolicy -XX:+OmitStackTraceInFastThrow -XX:+UseFastUnorderedTimeStamps -XX:-DontCompileHugeMethods -XX:+OptimizeStringConcat -XX:+UseStringDeduplication -XX:G1HeapRegionSize=16M -XX:G1NewSizePercent=23 -XX:G1ReservePercent=20 -XX:SurvivorRatio=32 -XX:G1MixedGCCountTarget=3 -XX:G1HeapWastePercent=20 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1RSetUpdatingPauseTimePercent=0 -XX:MaxTenuringThreshold=1 -XX:G1SATBBufferEnqueueingThresholdPercent=30 -XX:G1ConcMarkStepDurationMillis=5.0 -XX:GCTimeRatio=99 -Dlog4j2.formatMsgNoLookups=true -Djdk.lang.Process.allowAmbiguousCommands=true
For server, when use Java 21 booted:
-XX:+UseG1GC -XX:MaxGCPauseMillis=130 -XX:+UnlockExperimentalVMOptions -XX:+AlwaysActAsServerClassMachine -XX:+AlwaysPreTouch -XX:+ExplicitGCInvokesConcurrent -XX:+OptimizeStringConcat -XX:+UseCompressedOops -XX:+UseCompressedClassPointers -XX:+UseStringDeduplication -XX:-DontCompileHugeMethods -XX:-UseAdaptiveSizePolicy -XX:+UseVectorCmov -XX:+PerfDisableSharedMem -XX:+UseFastUnorderedTimeStamps -XX:+OmitStackTraceInFastThrow -XX:+UseNUMA -XX:G1NewSizePercent=28 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=20 -XX:G1MixedGCCountTarget=3 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=0 -XX:SurvivorRatio=32 -XX:MaxTenuringThreshold=1 -XX:G1SATBBufferEnqueueingThresholdPercent=30 -XX:G1ConcMarkStepDurationMillis=5 -Djdk.lang.Process.allowAmbiguousCommands=true -Dlog4j2.formatMsgNoLookups=true -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true -Xlog:async -Djava.security.egd=file:/dev/urandom --add-modules jdk.incubator.vector
Project description from CurseForge.
Mods in 21.0.8
Open any mod on Modpacks.ch to check its files and dependencies.
76827fefb40c82ba49cb18e1154d11ad280a2995 · CurseForge file 8070068 · Project link unavailable Side not labelledd613dbc38ca5bcc718408db432385c2e67ac763f · CurseForge file 7489091 · Project link unavailable Side not labelled1201c14362f2bad7062d315f8a9b26afbabd2c9c · CurseForge file 5665477 · Project link unavailable Side not labelled81cf0e668f991f83ac8820c386fbd6c9c3602246 · CurseForge file 7854442 · Project link unavailable Side not labelled6ca11d3cc136bf69bb8f4d56982481eb85b5100b · CurseForge file 5786327 · Project link unavailable Side not labelled113fdb401d284a75bb1981c96a387d27896fdc23 · CurseForge file 8551950 · Project link unavailable Client only7aae849f6d2a6cb1368227407ea5deb552e100ba · CurseForge file 7115922 · Project link unavailable Side not labelledefc4cda6da4dd879f24d057ed0a6413764c9ba40 · CurseForge file 7606240 · Project link unavailable Side not labelledc4746d331a9a73158da1c330f0d46ce8714ce5d8 · CurseForge file 6153780 · Project link unavailable Side not labelledc3e5733ba4503b102589a026000fd5ce0212f6f2 · CurseForge file 5729127 · Project link unavailable Side not labelledb1153f03c97bccaa6bc11d6199f07f16ef4318ff · CurseForge file 8341460 · Project link unavailable Side not labelled5f1e699cd0888b857ec63f01adaeb3571848bfea · CurseForge file 5610814 · Project link unavailable Side not labelled420d0006dbc0a20b1c2dd0b3c7c20ddb5cc51fcf · CurseForge file 8287097 · Project link unavailable Client only3e1a403f9298db23c163dbd85ab68210b4a8c688 · CurseForge file 7936390 · Project link unavailable Side not labelled9563692efb708b6b568df27a01ec52f6311928ef · CurseForge file 7524151 · Project link unavailable Side not labelledff6bdbf6d18c53277efaab3731fc6436deff37db · CurseForge file 5443976 · Project link unavailable Side not labellede2fa78ce0d00999a6d00de98a14c5b06ee548f15 · CurseForge file 5446521 · Project link unavailable Client only76969e26520ab060d51515757db25282bed71b10 · CurseForge file 6407807 · Project link unavailable Side not labelled88ee316e68900080b017f60c12162e2731924cf8 · CurseForge file 8591319 · Project link unavailable Side not labelled09415a5bc04e818b9ac5c910694ec7769fa53301 · CurseForge file 8622758 · Project link unavailable Side not labelledbe35dc531943b64e66295198276a0fcb38be0784 · CurseForge file 5891138 · Project link unavailable Side not labelled1d8eec39ed44414af14d14c0dfb5abd097e77491 · CurseForge file 8036398 · Project link unavailable Side not labelled576fe2edaa96e7e71015287457bd52f87646d968 · CurseForge file 6311236 · Project link unavailable Side not labelledbc1a70e72e7dba8a3ff41404765fdd03a7ac6575 · CurseForge file 8459650 · Project link unavailable Side not labelled6dae57f4f50f7808d2ed9a18f6cd1c0d4640c6bc · CurseForge file 5637846 · Project link unavailable Client onlyb5b398f9ddbdd27ee8b7cef4b0ba6b048abe11b1 · CurseForge file 8211945 · Project link unavailable Side not labelledd0f2905bb2bc9a404531d63042e3eb5091ec105f · CurseForge file 5728615 · Project link unavailable Side not labelled5bc1295d210ec0a58e0afe9171b457f8647463c1 · CurseForge file 6125444 · Project link unavailable Side not labelled7744c5b02427572f7154d6f851507544fd9404d2 · CurseForge file 7774002 · Project link unavailable Client onlye0c36cd85d3d31cc2afb1bfc6b885f505245252f · CurseForge file 6880047 · Project link unavailable Side not labelledf4f66d677b104c6af7f5c0f7e3c08d8e4370ecad · CurseForge file 8040848 · Project link unavailable Side not labelleda9dea4b9ef893fc955512ff2dee75c9c82e09a52 · CurseForge file 5770623 · Project link unavailable Side not labelleda8bb6e25807682e72c23bf4065f3cd5f6373ece3 · CurseForge file 7221528 · Project link unavailable Side not labelled84f8c539fa326dc723ae62b7a6916d6b01982d07 · CurseForge file 6794589 · Project link unavailable Side not labelled5174059ecf97340a0de5ef211b938de26c4eaa36 · CurseForge file 6961457 · Project link unavailable Side not labelled458337cbff5860133d95794da3a1439e640f9581 · CurseForge file 6903607 · Project link unavailable Side not labelled66182c3affb9f99624d1d770ca168d2a63af83f6 · CurseForge file 8251525 · Project link unavailable Side not labelledea28be4afb80a6db86a33a14a13bc284e6e6f439 · CurseForge file 5528024 · Project link unavailable Client only9a4d4fc6eae17dbe2ee080fef1092309b2a54a7e · CurseForge file 8261716 · Project link unavailable Side not labelled168834dc0bcc8286ad3fd408dbc97c5faa1fedd5 · CurseForge file 8399041 · Project link unavailable Side not labelled3aaac7712521b477acc73757459b3883c4e0bbda · CurseForge file 8403576 · Project link unavailable Client only762251ab3d6825d5accfd89c3f02f1145376105e · CurseForge file 8382328 · Project link unavailable Client only827b0857f6075dfe5d40ce42aadd65e7cb36a7a9 · CurseForge file 7053597 · Project link unavailable Side not labelledd9d49262eb83c40bb823ab077afb14a1ce6291d4 · CurseForge file 8232444 · Project link unavailable Side not labelled327d7acb9ce053f026ec15b374e2cde7e05b0434 · CurseForge file 6307350 · Project link unavailable Side not labelled924fe181a29bd66be6783f6d589968ab0ee02250 · CurseForge file 5830452 · Project link unavailable Side not labelledPick your setup
Asai Integrated Modpack by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.20.1
1 loader buildMade local changes? Try them in a copied instance before touching a world you care about.
Recent files
Asai Integrated Modpack versions and loaders
Looking for an older file? The official CurseForge project page is in Resources.