promotional bannermobile promotional banner
premium banner
Adds a brand-new way to craft in your inventory without any sort of grid.

Description

IMPORTANT: THIS DOES NOT ADD ANY RECIPES OR ITEMS BY ITSELF. IT IS JUST A CRAFTING SYSTEM.

 

Okay, now that the disclaimer is out of the way, to the mod!

 

Custom crafting system example.

 

 

Socketing adds a new form of crafting into the game called "Socketing". By holding down a dedicated "socketing" key which can be decided in the keybindings menu in-game and clicking on an item while you have a valid "socketable" item being carried on your cursor and mousing over a valid "base" item, you can craft once.

 

It serves as a very flavorable alternative to regular crafting, and is specifically designed with pack developers in mind. To create a recipe, simply follow this format with a recipe in a datapack:

 

{
     "type": "socketmod:socketing",
     "gem": {
         "item": "minecraft:diamond"
     },

     "base": {
         "item": "minecraft:wooden_pickaxe"
     },
     "result": {
         "item": "minecraft:diamond_pickaxe"
     }
}