Sulfur
thermal:sulfur

Sulfur

Thermal Foundation · by King Lemming
item

Acquisition

Smelting using Sulfur Ore (200 ticks, 0.5 xp). Produces Sulfur.

Smelting

200 ticks· 0.5 xp

Sulfur Sulfur guaranteed

Crushing using Sulfur Ore (350 ticks). Produces Cobblestone and Nugget of Experience and Sulfur and 2× Sulfur.

Crushing conditional

350 ticks

Cobblestone 12%
Nugget of Experience Nugget of Experience 75%
Sulfur Sulfur 25%
Sulfur Sulfur ×2 guaranteed

Blasting using Sulfur Ore (100 ticks, 0.5 xp). Produces Sulfur.

Blasting

100 ticks· 0.5 xp

Sulfur Sulfur guaranteed

Mining & drops

sourcecountchanceconditions
Deepslate Sulfur Ore1–1100%Fortune increases drop count
Sulfur Ore1–1100%Fortune increases drop count
Developer reference
Registry name
thermal:sulfur
Namespace
thermal
Mod ID
thermal_foundation

Recipe JSON (3):

{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "thermal:sulfur_ore"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 200
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "thermal:sulfur_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "thermal"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 350
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "thermal:sulfur_ore"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 100
}