Crafting using Any Gold Plate and Copper Ingot, arranged in the pattern shown. Produces Steam Whistle.
Steam Whistle
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Steam Whistle | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:steam_whistle- Namespace
create- Mod ID
create- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"P",
"C"
],
"ingredients": {
"C": {
"tag": "forge:ingots/copper"
},
"P": {
"tag": "forge:plates/gold"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}