Wiki 9Minecraft Primitive Crafting Mod Wiki
Primitive Crafting Mod Wiki › Configuration

Primitive Crafting Mod — Configuration

Configuration

Primitive Crafting offers a robust configuration file (primitivecrafting.cfg) that allows players and modpack creators to customize how the crafting logic behaves.

Config Options

Option Type Default Description
inventoryCrafting Boolean true Enables or disables the core drag-and-drop crafting mechanic.
recipeButton Boolean true Adds a small button to the inventory GUI to toggle or view recipes.
renderResult Boolean true Shows the ghost icon of the result item next to the cursor.
maxInventoryCraftingSize Integer 2 Defines the maximum grid size the mod will scan for. Setting this to 3 allows 3x3 recipes in the inventory.
recipeBlacklist List [] A list of registry names for items that should be ignored by the mod.

Blacklisting Recipes

To prevent specific items from being crafted via the inventory (e.g., to preserve the difficulty of a modpack), add the item ID to the recipeBlacklist section:

S:recipeBlacklist <
 minecraft:diamond_block

 >