SelectionGUI Crafting - Continued: Ultimate Modpack Tool

Download SelectionGUI Crafting - Continued for Minecraft to create intuitive selection GUIs with deep customization, CraftTweaker, and GroovyScript support.

Download selectionguicrafting for Minecraft 1.12.2

Original name: selectionguicrafting

Minecraft: 1.12.2

Loaders: Forge

FileVersionLoaderSize
selectionguicrafting-2.0.0.jar1.12.2Forge189 КБDownload
selectionguicrafting-2.0.1.jar1.12.2Forge192 КБDownload
selectionguicrafting-2.0.2.jar1.12.2Forge194 КБDownload
selectionguicrafting-3.0.0.jar1.12.2Forge221 КБDownload

SelectionGUI Crafting - Continued

Modpack developers know the struggle of making complex crafting systems feel natural. Traditional crafting tables force players to memorize patterns, and custom interactions often feel clunky. SelectionGUI Crafting - Continued solves this by letting players right-click with specific items to open a visual selection menu, then pick exactly what they want to craft. No more guessing, no more wasted materials.

This add-on started as a fork of the original Selection GUI Crafting by Gliese_832_c, but it quickly evolved into a full rewrite. Version 2.0.0 rebuilt the crafting system from the ground up, making it far more intuitive and user-friendly. Version 3.0.0 took things even further by transforming the mod into a modular framework. Now, GUIs can be triggered by items or blocks, and each trigger can tweak recipe stats. You can lock recipes behind Game Stages, Reskillable skill levels, or even advancements, and execute command sets when the recipe builder is not enough. The JEI integration was also overhauled, alongside many quality-of-life improvements.

Why Choose This Fork Over the Original

The original crafting system felt clunky and restrictive. This rewrite prioritizes player experience and developer flexibility. The new system is more intuitive, allowing for much greater customization. Modpack authors can now design crafting workflows that feel like actual gameplay mechanics, such as forging with a hammer and ingot, or shaping clay with a spatula. The modular design means every aspect, from the GUI background to the crafting sounds, can be tailored to your pack's theme.

Core Features and Integration

The power of SelectionGUI Crafting - Continued for Minecraft lies in its scripting support. Both CraftTweaker and GroovyScript are fully supported, and the syntax has been made as similar as possible between the two. This means you can write scripts once and easily adapt them. For example, you can define a category with a specific trigger item and custom background texture, then add recipes that require specific tools, grant XP, or even execute commands.

Categories are the backbone of the system. Each category has its own trigger, background, border, frame, decoration, and progress bar. You can also define sounds and particles, and control whether recipes can be queued or if outputs are dropped. Recipes themselves can have individual frames, crafting times, XP rewards, and durability costs for tools. This level of control is unmatched by standard crafting mechanics.

Scripting Examples for Developers

Here is a quick look at how you can create a simple category and recipe using GroovyScript:

mods.selectionguicrafting.category.categoryBuilder()
.id('forge')
.trigger(item('minecraft:hammer'))
.background('selectionguicrafting:textures/gui/background/wood.png')
.register()

mods.selectionguicrafting.recipe.recipeBuilder()
.category('forge')
.input(item('minecraft:iron_ingot'))
.output(item('minecraft:iron_sword'))
.time(200)
.xp(5)
.register()

This creates a "forge" category triggered by right-clicking with a hammer, and a recipe that turns an iron ingot into an iron sword after a short crafting time. The flexibility extends to locking recipes behind advancements or Game Stages, making progression gating seamless.

Supported Versions and Installation

This mod is designed for Minecraft Forge and supports several recent versions of the game. Always check the official mod page for the specific version list, as updates are frequent. The installation process is straightforward. First, ensure you have the correct version of Minecraft Forge installed. Then, download the mod jar file and place it into your mods folder. If you are using a modpack, you can also add it to your pack's mods directory. For a hassle-free experience, consider using the foxygame.net launcher, which offers a one-click install for SelectionGUI Crafting - Continued and automatically handles version compatibility, so you can spend less time troubleshooting and more time playing. The launcher's add-on catalog makes it easy to find and install this mod alongside your other favorites.

How to Install and Get Started

To get started, you will need to know how to install the mod correctly. After downloading the correct version for your Minecraft instance, simply drag and drop the file into the mods folder. Launch the game, and the mod will be ready to use. From there, you can start writing your own scripts or test out the included examples. The in-game JEI integration will help you visualize your new crafting categories and recipes, making debugging much easier.

For modpack developers, the ability to create custom GUIs is a game-changer. Instead of forcing players to remember complex arrangements, you present them with a clear, visual selection screen. This reduces friction and makes the game more accessible. The addition of queueable crafting and custom output methods, such as dropping items on the ground, adds another layer of depth to the player experience.

Advanced Customization Options

Beyond basic recipes, you can use the command field to execute any command when a recipe is completed. This opens up possibilities for custom rewards, world interactions, or even narrative events. The outputType field lets you choose between giving items directly to the player or dropping them in the world. Combined with the ability to set custom sounds and particles, you can create a truly immersive crafting experience.

If you are looking for a way to elevate your modpack, SelectionGUI Crafting - Continued is an essential tool. Its rewrite of the original concept provides a robust, flexible, and user-friendly system that both players and developers will appreciate. The extensive documentation and active community support ensure that you can always find help when you need it. Download it today and see how it can transform your crafting mechanics.

In conclusion, this add-on bridges the gap between complex modded gameplay and intuitive player interaction. Whether you are creating a simple clay-shaping mechanic or a multi-step forging process, this mod provides the tools you need. Its support for both CraftTweaker and GroovyScript ensures that you can integrate it into your existing scripts with minimal effort. The modular design of version 3.0.0 and beyond makes it a future-proof addition to any modpack.