CraftBoost Mod for Minecraft PE: Your Ultimate Enhancement Tool
CraftBoost is an innovative mod designed to optimize crafting recipe matching specifically for Minecraft, supporting Fabric, NeoForge, and Forge environments.
Essential Details
Property Value Mod ID craftboost Version 1.0.0 Developer mccmcaozr License Type All Rights Reserved (closed source) Operating Environment Server (client is optional) Minecraft Compatibility >=1.21 (from 1.21 to 1.21.11, 26.1 to 26.2) Java Version 21+ Supported Loaders
Loader Type Minimum Version Required JAR File Name Fabric Loader version 0.15.0 + Fabric API craftboost-fabric-1.0.0.jar NeoForge 21.1.236 craftboost-neoforge-1.0.0.jar Forge 52.1.15 craftboost-forge-1.0.0.jar Compatibility List
- Recommended mods: Sodium, Lithium
- Optional mods: REI, JEI, EMI
Mod Overview
The CraftBoost mod introduces a caching architecture for the
RecipeManager.getFirstMatchmethod (also known asgetRecipeForby Mojang), effectively minimizing repetitive recipe scans, which enhances the overall crafting experience.Key Functionalities
- Caches only
CraftingRecipeInput/CraftingInput(pertaining to the crafting table and crafter)- Negative caching support available (
Optional.empty())- Cache Time-to-Live (TTL): 5 seconds and a total capacity of 256
- Cache is cleared upon data pack reload
- Operates solely on server-side cache, eliminating potential client/server interference in integrated setups
- The cache key incorporates the identity of
RecipeManager- Full content string used for component fingerprinting to prevent 32-bit recipe collisions
- Removes crafter cooldown interception, ensuring valid crafts are not ignored
Cross-Loader Mapping Variations
Fabric (Yarn) NeoForge/Forge (Mojang) RecipeManager.getFirstMatchRecipeManager.getRecipeForRecipeEntryRecipeHolderCraftingRecipeInputCraftingInputRegistriesBuiltInRegistriesIdentifierResourceLocationHow to Install CraftBoost
- First, install the required loader (Fabric, NeoForge, or Forge).
- If you choose Fabric, make sure to also install the Fabric API.
- Finally, place the appropriate JAR file into your
modsdirectory (server installation is advised).
