Crushed Raw Tin
create:crushed_raw_tin

Crushed Raw Tin

Create · by simibubi
item Crushed Raw Materials

Acquisition

Crushing using Any Tin Raw Material (400 ticks). Produces Crushed Raw Tin and Nugget of Experience.

Crushing conditional
Crushed Raw Tin Crushed Raw Tin guaranteed
Nugget of Experience Nugget of Experience 75%

Crushing using Any Tin Ore (400 ticks). Produces Crushed Raw Tin and Nugget of Experience and Crushed Raw Tin.

Crushing conditional

400 ticks

Crushed Raw Tin Crushed Raw Tin guaranteed
Nugget of Experience Nugget of Experience 75%
Crushed Raw Tin Crushed Raw Tin 75%

Crushing using Any Raw Tin Storage Block (400 ticks). Produces 9× Nugget of Experience and 9× Crushed Raw Tin.

Crushing conditional
Nugget of Experience Nugget of Experience ×9 75%
Crushed Raw Tin Crushed Raw Tin ×9 guaranteed

Used in (9)

Splashing using Crushed Raw Tin. Produces 9× Nugget Tin.

Splashing conditional
Nugget Tin Nugget Tin ×9·not yet documented guaranteed

Splashing using Crushed Raw Tin. Produces 9× Tin Nugget.

Splashing conditional
Tin Nugget Tin Nugget ×9 guaranteed

Blasting using Crushed Raw Tin (100 ticks, 0.1 xp). Produces Tin Ingot.

Blasting conditional

100 ticks· 0.1 xp

Tin Ingot Tin Ingot guaranteed

Smelting using Crushed Raw Tin (200 ticks, 0.1 xp). Produces Ingot Tin.

Smelting conditional

200 ticks· 0.1 xp

Ingot Tin Ingot Tin·not yet documented guaranteed

Smelting using Crushed Raw Tin (200 ticks, 0.1 xp). Produces Tin Ingot.

Smelting conditional

200 ticks· 0.1 xp

Tin Ingot Tin Ingot guaranteed
view all 9 →
Developer reference
Registry name
create:crushed_raw_tin
Namespace
create
Mod ID
create
Tags (1)
create:items/crushed_raw_materials

Recipe JSON (3):

{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:raw_materials/tin"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:raw_materials/tin",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 400
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:ores/tin"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:ores/tin",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 400
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:storage_blocks/raw_tin"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:storage_blocks/raw_tin",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 400
}