Crafting using Zinc Nugget, Andesite, Andesite and Zinc Nugget, arranged in the pattern shown. Produces Andesite Alloy.
Andesite Alloy
Acquisition
Sequenced Assembly: Start with Incomplete Precision Mechanism, carried through each pass. process 5× through: Deploying with Cogwheel; then Deploying with Large Cogwheel; then Deploying with Any Iron Nugget. Most likely produces Precision Mechanism (81% chance), with other outcomes possible.
Carried through each pass:
The sequence, processed 5×:
- Deploying + Cogwheel
- Deploying + Large Cogwheel
- Deploying + Any Iron Nugget
Scrap pool (partial-failure outcomes):
Crafting using Block of Andesite Alloy, in any arrangement. Produces 9× Andesite Alloy.
Crafting using Any Iron Nugget, Andesite, Andesite and Any Iron Nugget, arranged in the pattern shown. Produces Andesite Alloy.
Mixing using Andesite and Any Iron Nugget. Produces Andesite Alloy.

Mixing using Andesite and Zinc Nugget. Produces Andesite Alloy.
Used in (75)
Crafting using Copper Ingot, Copper Ingot, Copper Ingot, Copper Ingot, Andesite Alloy and Andesite Alloy, arranged in the pattern shown. Produces Copper Diving Boots.
Crafting using Andesite Alloy, Luminous Jelly, Andesite Alloy, Any Cobblestone, Any Redstone Dust and Any Cobblestone, arranged in the pattern shown. Produces Sticker.
Crafting using Any White Dye, Barrel and Andesite Alloy, arranged in the pattern shown. Produces White Postbox.
Item Application using Any Stripped Wood and Andesite Alloy. Produces Andesite Casing.

Crafting using Light Gray Wool and Andesite Alloy, in any arrangement. Produces 2× Light Gray Table Cloth.
Related items
Developer reference
- Registry name
create:andesite_alloy- Namespace
create- Mod ID
create- Tags (1)
create:items/create_ingots
Recipe JSON (6):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"BA",
"AB"
],
"ingredients": {
"A": {
"item": "minecraft:andesite"
},
"B": {
"tag": "forge:nuggets/zinc"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "create:sequenced_assembly",
"pattern": null,
"ingredients": {
"tag": "forge:plates/gold"
},
"conditions": [],
"sequence": {
"loops": 5,
"sequence": [
{
"type": "create:deploying",
"results": [
{
"item": "create:incomplete_precision_mechanism",
"count": 1,
"chance": 1,
"outputKind": "item"
}
],
"ingredients": [
{
"item": "create:incomplete_precision_mechanism"
},
{
"item": "create:cogwheel"
}
]
},
{
"type": "create:deploying",
"results": [
{
"item": "create:incomplete_precision_mechanism",
"count": 1,
"chance": 1,
"outputKind": "item"
}
],
"ingredients": [
{
"item": "create:incomplete_precision_mechanism"
},
{
"item": "create:large_cogwheel"
}
]
},
{
"type": "create:deploying",
"results": [
{
"item": "create:incomplete_precision_mechanism",
"count": 1,
"chance": 1,
"outputKind": "item"
}
],
"ingredients": [
{
"item": "create:incomplete_precision_mechanism"
},
{
"tag": "forge:nuggets/iron"
}
]
}
]
},
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"item": "create:andesite_alloy_block"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"BA",
"AB"
],
"ingredients": {
"A": {
"item": "minecraft:andesite"
},
"B": {
"tag": "forge:nuggets/iron"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "create:mixing",
"pattern": null,
"ingredients": [
{
"item": "minecraft:andesite"
},
{
"tag": "forge:nuggets/iron"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "create:mixing",
"pattern": null,
"ingredients": [
{
"item": "minecraft:andesite"
},
{
"tag": "forge:nuggets/zinc"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}


