CRAFT Components is a Minecraft Forge mod designed to make life easier for modpack creators. With it, you can create custom items directly in-game using a simple visual interface, without needing to make a separate mod or manually edit files.
The mod lets you configure the item name, tooltip, rarity, maximum stack size, durability, and icon. Icons can be drawn inside Minecraft with an integrated 16x16 sprite editor.
Created items are saved as .json and .png files in config/craftcomponents/items/, keeping everything organized, editable, and easy to distribute in modpacks. After restarting the game, items are registered as real Forge items with IDs like craftcomponents:my_item, allowing them to be used in commands, recipes, KubeJS, and servers.
Ideal for modpacks that need decorative, themed, crafting intermediate, collectible, or custom component items without requiring programming knowledge.