Create Probability Tweaker - By DarkPit59
Balancing a modpack's economy can feel like a never-ending battle. You spend hours crafting intricate datapacks, only to find that a rare drop is still too common or a supposedly valuable resource floods the market. If you use the Create mod, there is a simpler, more elegant solution. Create Probability Tweaker - By DarkPit59 is a lightweight, server-side utility designed to give you precise control over the chance-based outputs of Create's processing recipes, all from a single configuration file.
Instead of wrestling with complex JSON files and datapack syntax, this mod lets you define overrides in a simple, readable format. It is the perfect tool for pack developers and server admins who want to fine-tune the progression and rarity of items without breaking the core mechanics of Create.
What Does Create Probability Tweaker - By DarkPit59 Do?
Many of Create's most iconic machines, such as Crushing Wheels, Mixers, and Presses, produce byproducts with a certain probability. For example, crushing Blackstone might yield a Wither Skeleton Skull, but only 1% of the time. This mod allows you to adjust that percentage to fit your server's needs. It acts as a server-side override for existing recipe outputs.
The core feature is its simple config list. You can define overrides using the format recipeId|itemId|chance. This makes it incredibly easy to read, edit, and share your balance changes. The mod also includes optional logging, so you can see exactly when an override is applied in the server console.
Key Features and Benefits
- Server-Side Only: Players do not need to install anything on their client. This makes it perfect for dedicated servers where you want to enforce a specific game balance.
- Simple Configuration: Edit a single TOML file (
config/createprobabilitytweaker-server.toml) to manage all your overrides. No datapack creation required. - Broad Compatibility: Works with Create itself and many of its addons, such as Create: Ultimate Factory, as long as the recipe and output already exist.
- Reload Support: Changes can be applied with a server restart or by using the
/reloadcommand, allowing for quick iteration during testing. - Lightweight: The mod is designed to be focused and efficient, adding minimal overhead to your server.
Understanding the Config Format
Getting started with Create Probability Tweaker - By DarkPit59 for Minecraft is straightforward. The configuration file uses a clear structure. You will need to enable the mod and then add your overrides to the [custom] section.
Here is an example of what the config looks like:
enabled = true
logApplied = true
[custom]
overrides = [
"create:crushing/gravel|minecraft:flint|0.25",
"create_ultimate_factory:crushing_blackstone|minecraft:wither_skeleton_skull|0.001"
]
The format is recipeId|itemId|chance. The recipeId is the exact identifier for the Create recipe, often containing a slash (e.g., create:crushing/gravel). The itemId is the output item you want to modify. The chance is a decimal number between 0.0 and 1.0, where 1.0 means the item always drops, and 0.01 represents a 1% chance.
Chance Value Examples
- 1.0: The item is guaranteed to drop.
- 0.01: The item drops 1% of the time.
- 0.001: The item drops 0.1% of the time.
- 0.00005: The item drops 1 in 20,000 times.
This level of control allows you to make rare drops truly special or to make common byproducts more accessible for your players. For those looking to get started quickly, the foxygame.net launcher offers a one-click install for modpacks, and its built-in add-on catalog makes it easy to find and add Create Probability Tweaker - By DarkPit59 to your game, ensuring version compatibility without the hassle of manual downloads.
Important Limitations to Know
It is crucial to understand what this mod does not do. Create Probability Tweaker - By DarkPit59 is not a recipe adder. It cannot invent new outputs for a recipe. If a recipe does not already produce an item, this mod cannot make it do so. Its sole purpose is to adjust the probability of an item that the recipe already generates.
If you want to add a brand-new rare drop to a recipe, you will first need to use a Create datapack to add that output. Once the output exists, you can then use this mod to tune its chance to your liking. This keeps the mod's scope tight and prevents conflicts, ensuring it remains a reliable tool for balance.
Compatibility and Requirements
To use this mod, you will need to meet a few requirements. It is built for Minecraft 1.21.x (tested on 1.21.1) and requires NeoForge 21.1.x (tested on 21.1.228) and Create 6.0.10 or higher. The mod is designed to work with Create and its addons, but it may not recognize recipes from other sources. If a recipe is not recognized, it will simply be ignored, and no changes will be made.
While there are no major known incompatibilities, you should be cautious if your modpack also uses datapacks that replace the same Create recipes or other mods that rewrite Create processing outputs at runtime. In such cases, load order may matter, and the last write will usually win. It is best to have a single, clear source of balance for each recipe to avoid conflicts.
How to Install
Installing this mod is a simple process. First, ensure you have the required dependencies installed: NeoForge and the Create mod. Then, place the mod's JAR file into your server's mods folder. Because it is server-side, your players will not need to install anything on their end, which makes distribution a breeze. After launching the server, the config file will be generated, and you can start tweaking your drop rates immediately.
For a more streamlined experience, the foxygame.net launcher simplifies the entire process. Its auto-update feature ensures that your mods, including Create Probability Tweaker - By DarkPit59, stay current with the latest versions, and its version compatibility checker helps you avoid the common pitfalls of modded Minecraft installations.
Conclusion
Create Probability Tweaker - By DarkPit59 is an essential tool for any server admin or pack developer using the Create mod. It provides a clean, efficient, and powerful way to rebalance the economy of your game without the headache of complex datapacks. Its server-side nature and simple configuration make it a joy to use, while its focus on existing recipes ensures stability and predictability. If you have ever wanted to fine-tune the rarity of a specific drop, this is the mod for you. It respects the core design of Create while giving you the final say over your server's balance.