Combing (1.21+ Thingamajigs 2 Goodies Crafting Type)
Combine all the things... and make more robots!
Last updated
Combine all the things... and make more robots!
Last updated
Yes, you are reading right. There is new crafting type in Thingamajigs 2 Goodies, the addon that adds back purifying stuff and sludge, balloon blocks, and other magic/tech/fun stuff.
Note that this feature is in v0.0.2+ and not in any previous version of the mod.
The block that uses these recipes is the Combiner block from Thingamajigs 2 Goodies.
The type specified is id: "thingamajigsgoodies:combining_recipe_serializer".
The following image shows an example recipe file. Must be in JSON format.
Item JSON Object names are in order (does not have to be in order), 'first', 'second', 'third', 'fourth' and 'output'. The first item must be the item you want to combine other materials with, as a convention. It is not required, but logically the recipe checks from left-to-right within the non-visual menu, from slot 0->3. The slot that is id 4 is the output slot. The output can have Data Components, which can modify the output item to have food properties, enchantments when crafted, more or less damage, and more.
Input items must be generic items, with no special data attached to them, as NBT is not checked per item. Any item input types can make 1 output item type.
The menu in-game looks like the following image:
The inventory slot placement is a bit messed up (due to bad math) but works fine (known working bug). Remember to manually place the last item in to make the output for the recipe appear in the final right-most slot.
Recipes MUST contain 4 items or the recipe will 'error out' the world (enter safe-mode and kick you from the world, preventing damage). This recipe caveat is on intentionally in the recipe type.