Crushing using Any Tin Raw Material (400 ticks). Produces Crushed Raw Tin and Nugget of Experience.
400 ticks
Crushing using Any Tin Raw Material (400 ticks). Produces Crushed Raw Tin and Nugget of Experience.
400 ticks
Crushing using Any Tin Ore (400 ticks). Produces Crushed Raw Tin and Nugget of Experience and Crushed Raw Tin.
400 ticks
Crushing using Any Raw Tin Storage Block (400 ticks). Produces 9× Nugget of Experience and 9× Crushed Raw Tin.
400 ticks
Splashing using Crushed Raw Tin. Produces 9× Nugget Tin.
Splashing using Crushed Raw Tin. Produces 9× Tin Nugget.
Blasting using Crushed Raw Tin (100 ticks, 0.1 xp). Produces Tin Ingot.
100 ticks· 0.1 xp
Smelting using Crushed Raw Tin (200 ticks, 0.1 xp). Produces Ingot Tin.
200 ticks· 0.1 xp
Smelting using Crushed Raw Tin (200 ticks, 0.1 xp). Produces Tin Ingot.
200 ticks· 0.1 xp
create:crushed_raw_tincreatecreatecreate: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
}