Paxi
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #185 of 1284 fabric mods in this game by downloads
📋 About This Mod
<p> <img src="https://i.imgur.com/vohgFix.png" alt="Paxi" width="1024" height="239" /><br /> <a title="Depends on YUNG's API" href="https://modrinth.com/mod/yungs-api" target="_blank" rel="noopener"><img src="https://tinyurl.com/yungsapibadge" alt="Depends on YUNG's API" width="211" height="26" /></a> <a title="Join the YUNG GANG on Discord!" href="https://discord.gg/rns3beq" target="_blank" rel="noopener"><img src="https://tinyurl.com/yungsdiscordbadge2" alt="Join the YUNG GANG on Discord!" width="136" height="28" /></a> <a title="Follow me on Twitter!" href="https://twitter.com/yungnickyoung" target="_blank" rel="noopener"><img src="https://tinyurl.com/yungstwitterbadge3" alt="Follow me on Twitter!" width="76" height="27" /></a> <a title="Subscribe to my YouTube!" href="https://www.youtube.com/yungnickyoung" target="_blank" rel="noopener"><img src="https://tinyurl.com/yungsyoutubebadge" alt="Subscribe to my YouTube!" width="80" height="30" /></a> <a title="Support me on Patreon!" href="https://patreon.com/yungnickyoung" target="_blank" rel="noopener"><img src="https://tinyurl.com/yungspatreonbadge" alt="Support me on Patreon!" width="138" height="28" /></a><br /> <img src="https://i.imgur.com/AOWnZqG.png" alt="What is this?" width="1125" height="59" /><br /> <b>Paxi</b> is a simple mod for global, automatic data and resource packs.</p> <p>Usually, data packs have to be loaded separately for every world. Paxi adds the <b><em>paxi</em></b> folder in your Minecraft config folder, where you can place data and resource packs that will automatically be loaded for every world. The first time you run Paxi, the <b><em>paxi </em></b>folder will be created for you in your Minecraft config directory.</p> <p>Paxi is as simple as it gets when it comes to global data and resource packs, making it a great utility for modpack creators!</p> <p> <img src="https://i.imgur.com/9VzCAAC.png" alt="Data packs" width="1125" height="59" /><br /> Within the <em>paxi</em> folder is a <b><em>datapacks</em></b> folder for data packs. This folder will be created for you the first time you create or load a world with Paxi installed. Any data packs placed in this folder will be automatically loaded into any world you play - in other words, globally loaded data packs! When in game, use the command <code>/datapack list</code> to see all loaded data packs; packs loaded by Paxi are printed in pink text. Both zip files and regular folders (containing a pack.mcmeta file) are supported.</p> <p> Data packs can also be loaded in a specific order! The first time you create or load a world with Paxi installed, the <em><b>datapack_load_order.json</b></em> file will be created for you in the <em>paxi</em> directory. You can fill this JSON file with a list of data pack folder names (including the .zip for zip files) in the order you want your data packs loaded in. Using this JSON file is entirely optional - any data packs not listed in the file will be loaded normally (alphabetically by folder/zip file name, same as normal data packs). So if you only have a few data packs that require loading in a specific order, you only need to list them in the JSON!</p> <p> Starting with v5.1.3, the <em>datapack_load_order.json</em> file also supports pack entries with relative pathnames, meaning you can load data packs from any other folder as well. These relative pathnames are relative to the base <em>.minecraft</em> directory of your Minecraft instance folder. For example, if you wanted to load the pack <em>MyDataPack</em> located in .minecraft/datapacks, you can simply add the entry <em>"datapacks/MyDataPack"</em> to your datapack_load_order.json.</p> <p> Additionally starting with v5.1.3, there is a config option <code>Load from base 'datapacks' directory</code> in the mod's config (enabled by default). When enabled, all packs in the <em>.minecraft/datapacks</em> folder will be automatically loaded as well. This behavior is identical to placing data packs in the normal Paxi folder (<em>.minecraft/config/paxi/datapacks</em>). This has been added to support CurseForge's upcoming data pack integration with Paxi, in which data packs will be automatically downloaded to the <em>.minecraft/datapacks</em> folder. </p> <p> <img src="https://i.imgur.com/cSWd9iG.png" alt="Resource Packs" width="1125" height="59" /><br /> Also within the <em>paxi</em> folder is a <em><b>resourcepacks</b></em> folder for resource packs. This folder will be created for you the first time you run the game with Paxi installed. Any resource packs placed in this folder will be automatically loaded when you start the game. Both zip files and regular folders (containing a pack.mcmeta file) are supported. Resource packs are not supported on dedicated servers, since they only affect the game on the client-side (textures, sounds, and other assets).</p> <p> Resource packs can also be loaded in a specific order! The first time you create or load a world with Paxi install


Paxi is a simple mod for global, automatic data and resource packs.
Usually, data packs have to be loaded separately for every world. Paxi adds the paxi folder in your Minecraft config folder, where you can place data and resource packs that will automatically be loaded for every world. The first time you run Paxi, the paxi folder will be created for you in your Minecraft config directory.
Paxi is as simple as it gets when it comes to global data and resource packs, making it a great utility for modpack creators!

Within the paxi folder is a datapacks folder for data packs. This folder will be created for you the first time you create or load a world with Paxi installed. Any data packs placed in this folder will be automatically loaded into any world you play - in other words, globally loaded data packs! When in game, use the command /datapack list to see all loaded data packs; packs loaded by Paxi are printed in pink text. Both zip files and regular folders (containing a pack.mcmeta file) are supported.
Data packs can also be loaded in a specific order! The first time you create or load a world with Paxi installed, the datapack_load_order.json file will be created for you in the paxi directory. You can fill this JSON file with a list of data pack folder names (including the .zip for zip files) in the order you want your data packs loaded in. Using this JSON file is entirely optional - any data packs not listed in the file will be loaded normally (alphabetically by folder/zip file name, same as normal data packs). So if you only have a few data packs that require loading in a specific order, you only need to list them in the JSON!
Starting with v5. 1. 3, the datapack_load_order.json file also supports pack entries with relative pathnames, meaning you can load data packs from any other folder as well. These relative pathnames are relative to the base .minecraft directory of your Minecraft instance folder. For example, if you wanted to load the pack MyDataPack located in .minecraft/datapacks, you can simply add the entry "datapacks/MyDataPack" to your datapack_load_order.json.
Additionally starting with v5. 1. 3, there is a config option Load from base 'datapacks' directory in the mod's config (enabled by default). When enabled, all packs in the .minecraft/datapacks folder will be automatically loaded as well. This behavior is identical to placing data packs in the normal Paxi folder (.minecraft/config/paxi/datapacks). This has been added to support CurseForge's upcoming data pack integration with Paxi, in which data packs will be automatically downloaded to the .minecraft/datapacks folder.

Also within the paxi folder is a resourcepacks folder for resource packs. This folder will be created for you the first time you run the game with Paxi installed. Any resource packs placed in this folder will be automatically loaded when you start the game. Both zip files and regular folders (containing a pack.mcmeta file) are supported. Resource packs are not supported on dedicated servers, since they only affect the game on the client-side (textures, sounds, and other assets).
Resource packs can also be loaded in a specific order! The first time you create or load a world with Paxi install
📊 Mod Details
- Game
- Minecraft Mods
- Author
- YUNGNICKYOUNG
- Version
- 26.1.2-NeoForge-6.1.0
- Downloads
- 10,102,560
- Endorsements
- 460
- Category
- fabric
- Created
- 11/29/2022
- Updated
- 6/24/2026
- Game Versions
- 26.1.1, 26.1.2
- Tags
- management, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Paxi support?
The author lists 26.1.1, 26.1.2. Other versions may work but are untested by the author.
What is the latest version of Paxi?
Version 26.1.2-NeoForge-6.1.0, published 2026-06-24 with 10.1M downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await