
Modrinth · 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?
20.0.7pf4 is a complete pack release for 1.20.1 with Forge 47.4.20. Install it as its own launcher instance. If the creator publishes a separate server file, make sure it names this exact pack release. 38 mods in this pack file.
Pack setup
How should I set up Asai Integrated Modpack for players and a server?
Use 20.0.7pf4 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?
20.0.7pf4. Change the pack release and its contents or setup may change too.
The selected pack release is 20.0.7pf4. That file is for Minecraft 1.20.1 with Forge 47.4.20. It contains 38 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 Modrinth.
Mods in 20.0.7pf4
Open any mod on Modpacks.ch to check its files and dependencies.
029d074ee358283d37ca693f4117e674289fba69 · Modrinth version gLESgg50 · Project link unavailable Client onlyeb11150bf4029b812f78cf4a3d155b535243d604 · Modrinth version 6L0cXWbx · Project link unavailable Client onlybb2fa8f3e493af16af9160d049f96c614a1faf2f · Modrinth version UTbfe5d1 · Project link unavailable Client only67380b3468d18c137628be9434d51c39fd06d7b4 · Modrinth version qIt6NbdE · Project link unavailable Client only0499d46875bce1bffb1978ff775a77b13363aa22 · Modrinth version WVhGsL3a · Project link unavailable Client only319af234013d646ef289515efa8bb0c3df2ca34d · Modrinth version rfznaZum · Project link unavailable Client onlyd72dc411c4e35869044840e4b551e8734788bc51 · Modrinth version YHpxVMDQ · Project link unavailable Client onlyd751153e722a4e014691c83f39f5b07c6ec5333c · Modrinth version 7JVXOe3K · Project link unavailable Client only32fe1c807ac0c6aed8045260934f1ba6dc491361 · Modrinth version 7lL1qFg0 · Project link unavailable Client only047ac47549ae0a21b05f70d74bcf436ee0221eef · Modrinth version w90XIUWB · Project link unavailable Client only18913e0d25348fc142aec252bc17004eb897e6ad · Modrinth version nAAkM9HI · Project link unavailable Client onlyf0b711df59cd589b088e536ca4134c5e6e73fd58 · Modrinth version DnzrwvfD · Project link unavailable Server onlya52918a500ff421180a1cbd1a0cabee712134ec4 · Modrinth version 1MKTLiiG · Project link unavailable Side not labelledc65d07748acc57ceb45d53b3964368b84f34d54f · Modrinth version t8TXrZvZ · Project link unavailable Side not labelled5ec26087b60946e24048bce96997b90b55e6369b · Modrinth version lH1VBD4w · Project link unavailable Side not labelled9eab28baff36942e1c924489e34753df10f40208 · Modrinth version HZ7KmyXp · Project link unavailable Side not labelled285b7c7616971338ccbe0022c9ea0f8ad3036aaf · Modrinth version mIyVGf3d · Project link unavailable Side not labelled598eddc31876a6825ff50e1ce8634d9785fbba76 · Modrinth version MPzbQXwU · Project link unavailable Side not labelled02def44a2c416459ee5daecbe1caa6d78571e205 · Modrinth version kC6SY4Zp · Project link unavailable Server only81919356f84eab14258db98924b66c3c38e372b1 · Modrinth version XdXDExVF · Project link unavailable Side not labelled76d6b2d0f2a3c9842587ad20666ba419cd8c1efa · Modrinth version ihWybkI9 · Project link unavailable Side not labelled417fb6ce8f52abf40bd9d0390371790f9576f8ba · Modrinth version DG5Fn9Sz · Project link unavailable Side not labelledb1e341f7a1530e04de418728a8cbddc696421df9 · Modrinth version PpXxqWu6 · Project link unavailable Side not labelled55fde23d7602924ba4772d441fb5a78d562be238 · Modrinth version 81fZ7ynE · Project link unavailable Server only1997e5fe2db3a0575ca79bfe4720019f01fd2b8c · Modrinth version LecuGude · Project link unavailable Side not labelled1c51bf6df51ffbb1c5efe23780a7a3d053421f34 · Modrinth version RTFeXsvE · Project link unavailable Side not labelledc5043f862be7db76892c7c0c95d02fa3f8332af0 · Modrinth version slScQFdb · Project link unavailable Server only878dd35df02e1e17b7eb16113147f964eda8847f · Modrinth version 1VmupN41 · Project link unavailable Server onlyf2314a9cd75774c1f0166e85e21fa0e38a90ce71 · Modrinth version 8BoXX9rl · Project link unavailable Side not labelledec969c41ecb2e1749115acc6466ed560abc3b203 · Modrinth version mqbnwjVe · Project link unavailable Server only1e716311028b1c3147b569b89cd6697ccd5874d4 · Modrinth version xmdj69Pa · Project link unavailable Server onlyf4f013ebdb771424084ceb8fbc7a30ba6242b38a · Modrinth version tR4Z5Ijy · Project link unavailable Side not labelledc0806369f4257149664904db44efc60bd1785c17 · Modrinth version xXV9YBzF · Project link unavailable Side not labelled79ebc5e66a5ee3ce92afb340e693d506e97361a0 · Modrinth version 9F4NGhGR · Project link unavailable Side not labellede4afd6f512cc06311320357ed974cee586e031c3 · Modrinth version UZBKtFyR · Project link unavailable Side not labelledd69c0686a951ceae5d2b605bab33b383f20c6486 · Modrinth version Yd0PFHu8 · Project link unavailable Server onlyba0aeb23f3d90ef45a91b190756784212815c1e3 · Modrinth version hDO0z6X4 · Project link unavailable Side not labelled3058bb2e9276607ec17483f64212d4c70c868d30 · Modrinth version 9ahUaUYx · 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 Modrinth project page is in Resources.