Avaritia Recipe Generator: Visual CraftTweaker Recipe Creation

What Is the Avaritia Recipe Generator? If you tweak Minecraft with CraftTweaker and you work with big crafting grids, recipe scripting can turn into a lot of typing and trial and error. The Avaritia Recipe Generator is a practical utility mod that helps you turn in-game layouts into ready-made Cr...

Download avaritiarecipemaker for Minecraft 1.12.2

Original name: avaritiarecipemaker

Minecraft: 1.12.2

Loaders: Forge

FileMCLoaderSize
avaritiarecipemaker-1.0.0.jar1.12.2Forge40 КБDownload

What Is the Avaritia Recipe Generator?

If you tweak Minecraft with CraftTweaker and you work with big crafting grids, recipe scripting can turn into a lot of typing and trial and error. The Avaritia Recipe Generator is a practical utility mod that helps you turn in-game layouts into ready-made CraftTweaker scripts. Instead of hand-writing every line for the Avaritia 9x9 Dire Crafting Bench or the vanilla crafting table, you arrange inputs and outputs in world, press a button, and let the mod drop a text file you can paste into your pack scripts.

It is aimed at mod pack authors and server admins who want consistent, repeatable recipe workflows. The whole idea is speed: fewer syntax mistakes, faster iteration when you rebalance endgame gear, and a clearer bridge between “what I placed in the grid” and “what ZenScript actually needs.”

How the Mod Works in Practice

The mod adds two factory blocks: the Avaritia Recipe Factory for Dire Crafting Bench style recipes and the Vanilla Recipe Factory for standard 3x3 table recipes. You place the block, open its interface, fill the slots the way you want the final recipe to behave, set your outputs, and use the button on the right side of the GUI to generate the script bundle.

After you click generate, the mod writes a text file in your game base directory. Open that file, copy the contents into your main CraftTweaker scripts location, and reload your world or use your usual CraftTweaker reload routine. The generated output typically includes both an “add” section and a recipe remover line. If you want to keep an older recipe alongside your new one, delete the remover line before you reload so you do not strip the legacy recipe by accident.

Why Pack Makers Reach for This Tool

  • Less busywork: You design recipes visually instead of transcribing every stack and position from a screenshot.
  • Fewer typos: Generated ZenScript reduces the chance you mistype an item ID or forget a bracket.
  • Cleaner pack maintenance: When you update Minecraft versions or shuffle mods, you can regenerate and diff scripts more predictably.

Do You Need Avaritia Installed?

No, not if your goal is vanilla table recipes only. If you never touch the Dire Crafting grid, you can stick to the Vanilla Recipe Factory and avoid Avaritia-specific workflow entirely. That flexibility matters for lightweight packs that only want CraftTweaker convenience without pulling in endgame crafting mods.

When you are ready to experiment with community tools alongside your instance, it also helps to have a launcher that treats modded play as a first-class workflow. For example, this mod can be easily installed via the foxygame.net launcher, a convenient, flexible, and modern Minecraft launcher where you can download mods right from the menu, which keeps your profiles tidy while you iterate on scripts between single-player tests and server deployments.

Metadata, NBT, and Common Questions

Blocks and items with metadata, such as colored wool variants, are generally supported unless another mod implements items in a non-standard way that breaks normal metadata expectations. If something behaves oddly, treat it as a compatibility edge case and verify the item in JEI or your recipe viewer before you trust the generated output in production.

The author notes that future updates may add NBT support, in-GUI script editing, automatic placement into the correct script folder, Extended Crafting support, mod rename handling, and richer controls for grouping recipes instead of the current one-remove-to-one-add flow. A proper GitHub repository is also on the roadmap, which should make issue tracking and contributions easier for pack teams that standardize on this generator.

Quick Workflow Checklist Before You Reload

  • Rename recipes: Replace placeholder or repeated Avaritia recipe names with unique strings so loaders do not collide on registration.
  • Review removers: Decide whether you truly want to strip the old recipe; comment out or delete that line if you need both versions.
  • Validate in-game: After reload, craft once in survival-like conditions or on a staging server to confirm inputs, outputs, and edge cases like empty slots or oredict substitutions if you add those manually afterward.

Textures, Scope, and Honest Expectations

The factory blocks were built quickly at a user request, so textures are functional rather than flashy. Treat them like workshop equipment: they exist to get you to good CraftTweaker faster. If adoption grows, the creator has signaled interest in higher quality art and broader recipe type coverage, which would make the mod even more compelling for professional pack pipelines.

Conclusion

The Avaritia Recipe Generator is a small but high-leverage companion for CraftTweaker-driven Minecraft experiences. By pairing Avaritia-scale grids and vanilla crafting with one-click script export, it turns recipe design into something you can see, touch, and iterate in your world before you commit changes to your pack. Pair that workflow with careful reload discipline, unique recipe names, and intentional use of remover lines, and you get a smoother path from creative balance passes to stable releases players can trust.