Thingamajigs Docs
  • Home
  • General
    • Configuring and Installing
      • Configuration/Installation Issues
  • Categories
  • Blocks
    • Introduction
    • Furniture Category Decorations
      • Couches
    • Technology Category Decorations
      • Audio Equipment
      • Computers and Equipment
      • Home and Commercial Appliances
    • Arcade/Bowling Category Decorations
      • Arcade Games
      • Bowling Alley
    • Functional/Utility Blocks
    • Traffic Signals
    • DJ Light Decorations
      • Laser Light
  • Items
    • Rare Items
    • Items From Loot Tables
  • Miscellaneous
    • Mod Compats
    • Updating From Legacy To Neo
    • 💻1.21+ Changes
  • Thingamajigs 2 Goodies Addon
    • Items
    • Converter
    • Combing Items
    • Weapons & Tools
    • Ender Blossoms
    • Purifying Vehicles (WIP)
  • Thingamajigs 2 Railroadways
    • Introduction
    • Railroad Crossing Components
    • Crossbuck
    • Railroad Crossing Gate
    • Railroad Crossing Lights
    • British Railway Lights
    • Bells and Sirens
    • Railroad Crossing Issues Support
    • Cantilevers
  • Thingamajigs 2 Long Roads
    • Introduction
    • Asphalt
    • Sidewalk
    • Paint and Paintbrushes
Powered by GitBook
On this page
  1. Thingamajigs 2 Goodies Addon

Combing (1.21+ Thingamajigs 2 Goodies Crafting Type)

Combine all the things... and make more robots!

Last updated 9 months ago

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.

JSON Formatted Combiner Recipe File
The in-game UI for the Combiner