Modscraper Modscraper Minecraft
Asai Integrated Modpack logo

Asai Integrated Modpack

Modpack

A free license modpack that optimizes game performance and adds a few improvements to the game's mechanics.

Type

Modpack

Modrinth Downloads

3,363

Modrinth ID

AuP9e9Xx

Last Updated

Jul 26, 2026

Description

πŸ“’ 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

  1. This modpack does not include any minimap-type mods. If needed, you can add your preferred minimap mods yourself.
  2. This modpack does not include shader loader mod, you can add Iris(1.21.1) or Oculus(1.20.1) yourself.
  3. 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

Compatibility

Mod Loaders

Forge Neoforge

Game Versions

1.20.1 1.21.1

Recommended Gear

Affiliate

Hardware and extras that pair well with this modpack.

As an Amazon Associate I earn from qualifying purchases.

Screenshots

Similar Modpacks

Contained Mods (38)

Just Enough Items (JEI)

Just Enough Items (JEI)

View Items and Recipes

Mod 697,088,226
Cloth Config API (Fabric/Forge/NeoForge)

Cloth Config API (Fabric/Forge/NeoForge)

Config Screen API for Minecraft

Mod 540,090,556
Architectury API

Architectury API

An intermediary api aimed to ease developing multiplatform mods.

Mod 441,044,058
Mouse Tweaks

Mouse Tweaks

Enhances inventory management by adding various functions to the mouse buttons.

Mod 531,744,358
AppleSkin

AppleSkin

Adds some useful information about food/hunger to the HUD

Mod 500,016,071
ModernFix

ModernFix

All-in-one mod that improves performance, reduces memory usage, and fixes many bugs. Compatible with all your favorite p...

Mod 314,645,846
Jade πŸ”

Jade πŸ”

Shows information about what you are looking at. (Hwyla/WAILA fork for Minecraft 1.16+)

Mod 334,375,409
Entity Culling Fabric/Forge

Entity Culling Fabric/Forge

Using async path-tracing to hide BlockEntities/Entities that are not visible

Mod 390,111,684
Collective

Collective

πŸŽ“ Collective is a shared library with common code for all of Serilum's mods.

Mod 324,270,528
Puzzles Lib

Puzzles Lib

Why is it called Puzzles? That's the puzzle.

Mod 275,318,648
Embeddium

Embeddium

A powerful, mod-friendly, FOSS client performance mod for NeoForge

Mod 184,964,675
Polymorph (Fabric/Forge/Quilt)

Polymorph (Fabric/Forge/Quilt)

No more recipe conflicts! Adds an option to choose the crafting result if more than one is available.

Mod 247,070,961
FerriteCore

FerriteCore

Memory usage optimizations

Mod 148,929,432
AttributeFix

AttributeFix

Removes arbitrary limits on Minecraft's attribute system.

Mod 248,705,864
ShatterLib | OctoLib

ShatterLib | OctoLib

Collection of shared code for Shatterbyte mods

Mod 107,600,872
Packet Fixer

Packet Fixer

A simple mod to solve various problems with packets, NBTs and timeouts.

Mod 136,215,301
Not Enough Recipe Book [NERB]

Not Enough Recipe Book [NERB]

Completely removes recipe book from the game, optimizing player data.

Mod 76,641,232
Alternate Current

Alternate Current

An efficient and non-locational redstone dust implementation

Mod 85,938,426
Overflowing Bars

Overflowing Bars

Expand health, armor and armor toughness bars beyond vanilla. Nice and compact without confusing colors.

Mod 64,416,436
Fast IP Ping

Fast IP Ping

Yeet the laggy reversed DNS lookup for literal IP server addresses

Mod 74,194,131
Let Me Despawn

Let Me Despawn

Improves performance by tweaking mob despawn rules. Say bye to pesky unintentional persistent mobs.

Mod 22,987,588
Almanac

Almanac

Almanac is a library used by my mods with mostly loader independent shared code between multiple mods to avoid duplicati...

Mod 19,962,544
Chloride (Embeddium++/Sodium++)

Chloride (Embeddium++/Sodium++)

Gives to Sodium (and Embeddium for 1.20.1) additional Performance and Quality features for a tasteful experience

Mod 55,301,979
Leaves Be Gone

Leaves Be Gone

Quick leaf decay from cutting down trees. Built for fast performance and mod compat!

Mod 70,442,563
Flerovium

Flerovium

Greatly improve your fps with virtually no side-effects on graphics quality

Mod 26,683,850
Neat

Neat

Minimalistic Functional Unit Frames for the modern Minecrafter

Mod 130,796,831
NaNny (Fix NaN Health / Absorption)

NaNny (Fix NaN Health / Absorption)

A Minecraft Neo/Forge mod that cleans up after mods that set entities' health and/or absorption to NaN.

Mod 18,947,380
Icterine

Icterine

Advancements optimization (specifically, InventoryChangeTrigger)

Mod 14,423,097
Tax Free Levels

Tax Free Levels

Flattens the ever-increasing anvil and enchantment costs and makes renaming items always cost 1 level

Mod 13,301,645
AsyncParticles(Archived)

AsyncParticles(Archived)

Async particle ticking/rendering.

Mod 13,618,027
Staaaaaaaaaaaack (Stxck)

Staaaaaaaaaaaack (Stxck)

A mod made to merge dropped items beyond the vanilla stack limit while considering mod compatibility.

Mod 3,372,586
Flat Bedrock (Forge / Fabric)

Flat Bedrock (Forge / Fabric)

Make the world have flat bedrock

Mod 16,676,831
Lucent

Lucent

A client-side dynamic lighting mod and API

Mod 6,846,349
Actually Harvest (right click and XP)

Actually Harvest (right click and XP)

An actual working right click harvest without dependencies. XP from harvest feature as well. Automatically adds modded f...

Mod 1,558,488
Silence Mobs

Silence Mobs

πŸ™Š Silence or mute mobs and villager with The Silence Stick.

Mod 150,989
Name Tag Tweaks

Name Tag Tweaks

πŸ“› Adds nametag crafting recipe, command, and named entities drop their tag on death.

Mod 1,625,107
Pro Placer

Pro Placer

Bedrock Edition-like easy and accurate block placement and breaking plus reach-around placement for fast bridging.

Mod 3,180,228
In-game NBTEdit Reborn

In-game NBTEdit Reborn

A mod adds a GUI to edit NBT of Entities or BlockEntities.

Mod 966,486

External Resources