Paxi

Quick rating

Community listing page, reviews here may not be monitored by the author.

Paxi

By Refresh Studios , YUNGNICKYOUNGDeveloper

No reviews yet

Global data & resource packs made easy.

No Theme
No Genre
Modpack Customization Tool
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Compatibility

Supported Environments

Where It Runs
Either Side, Better on Both

Works on the client or the server alone, but does more when on both.

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
[26.1.2] Paxi v6.1.0 (NeoForge)

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge IDs
NeoForge Forge
Fabric
NeoForge
Modrinth ID

Resources

External Links

About

Description

Packie

 Depends on YUNG's API Join the YUNG GANG on Discord! Follow me on Twitter! Subscribe to my YouTube! Support me on Patreon! 

AOWnZqG.png

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 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!

Data packs

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 /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.

Resource Packs

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).

Starting in the latest versions for 1.18.2 and 1.19.2, resource packs can also be loaded in a specific order! The first time you run the game with Paxi installed, the resourcepack_load_order.json file will be created for you in the paxi directory. You can fill this JSON file with a list of resource pack folder names (including the .zip for zip files) in the order you want your resource packs loaded in. Using this JSON file is entirely optional - any resource packs not listed in the file will be loaded normally (alphabetically by folder/zip file name, same as normal resource packs). So if you only have a few resource packs that require loading in a specific order, you only need to list them in the JSON!

Starting with v5.1.3, the resourcepack_load_order.json file also supports pack entries with relative pathnames, meaning you can load resource 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 MyResourcePack.zip located in the vanilla resourcepacks folder, you can simply add the entry "resourcepacks/MyResourcePack.zip" to your resourcepack_load_order.json.

a49IMQJ.pngUse code YUNGNICKYOUNG with Bisect Hosting for 25% off!

Packie

 Depends on YUNG's API Join the YUNG GANG on Discord! Follow me on Twitter! Subscribe to my YouTube! Support me on Patreon! 

AOWnZqG.png

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 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!

Data packs

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 /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.

Resource Packs

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).

Starting in the latest versions for 1.18.2 and 1.19.2, resource packs can also be loaded in a specific order! The first time you run the game with Paxi installed, the resourcepack_load_order.json file will be created for you in the paxi directory. You can fill this JSON file with a list of resource pack folder names (including the .zip for zip files) in the order you want your resource packs loaded in. Using this JSON file is entirely optional - any resource packs not listed in the file will be loaded normally (alphabetically by folder/zip file name, same as normal resource packs). So if you only have a few resource packs that require loading in a specific order, you only need to list them in the JSON!

Starting with v5.1.3, the resourcepack_load_order.json file also supports pack entries with relative pathnames, meaning you can load resource 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 MyResourcePack.zip located in the vanilla resourcepacks folder, you can simply add the entry "resourcepacks/MyResourcePack.zip" to your resourcepack_load_order.json.

a49IMQJ.pngUse code YUNGNICKYOUNG with Bisect Hosting for 25% off!

THIS IS FOR 1.20.4 - 1.21.1 ONLY. NEWER VERSIONS OF THIS MOD FOR NEOFORGE HAVE BEEN MOVED TO HERE.

Packie

 Depends on YUNG's API Join the YUNG GANG on Discord! Follow me on Twitter! Subscribe to my YouTube! Support me on Patreon! 

AOWnZqG.png

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 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!

Data packs

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 /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.

Resource Packs

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).

Like data packs, resource packs can also be loaded in a specific order! The first time you run the game with Paxi installed, the resourcepack_load_order.json file will be created for you in the paxi directory. You can fill this JSON file with a list of resource pack folder names (including the .zip for zip files) in the order you want your resource packs loaded in. Using this JSON file is entirely optional - any resource packs not listed in the file will be loaded normally (alphabetically by folder/zip file name, same as normal resource packs). So if you only have a few resource packs that require loading in a specific order, you only need to list them in the JSON!

Starting with v5.1.3, the resourcepack_load_order.json file also supports pack entries with relative pathnames, meaning you can load resource 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 MyResourcePack.zip located in the vanilla resourcepacks folder, you can simply add the entry "resourcepacks/MyResourcePack.zip" to your resourcepack_load_order.json.

a49IMQJ.pngUse code YUNGNICKYOUNG with Bisect Hosting for 25% off!

Paxi
Depends on YUNG's API Join the YUNG GANG on Discord! Follow me on Twitter! Subscribe to my YouTube! Support me on Patreon!
What is this?
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!

Data packs
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.

Resource Packs
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 installed, the resourcepack_load_order.json file will be created for you in the paxi directory. You can fill this JSON file with a list of resource pack folder names (including the .zip for zip files) in the order you want your resource packs loaded in. Using this JSON file is entirely optional - any resource packs not listed in the file will be loaded normally (alphabetically by folder/zip file name, same as normal resource packs). So if you only have a few resource packs that require loading in a specific order, you only need to list them in the JSON!

Starting with v5.1.3, the resourcepack_load_order.json file also supports pack entries with relative pathnames, meaning you can load resource 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 MyResourcePack.zip located in the vanilla resourcepacks folder, you can simply add the entry "resourcepacks/MyResourcePack.zip" to your resourcepack_load_order.json.

Play with friends with the Essential mod!

a49IMQJ.png
Use code YUNGNICKYOUNG with Bisect Hosting for 25% off!

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
3
In stacks

By the numbers

Statistics

76.8m
Total Downloads
CurseForge (NeoForge, Forge)
46.6m
CurseForge (Fabric)
15.4m
CurseForge (NeoForge)
4.6m
Modrinth
10.1m
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works