Crafting using Diamond, Air Rune, Diamond, Cloud Rod and Cloud Rod, arranged in the pattern shown. Produces Atmospheric Boots.
item· Armor
Atmospheric Boots
LegendaryMonsters · by Miauczel
Atmospheric Boots is an item from LegendaryMonsters, crafted from Diamond, Air Rune, and Cloud Rod.
Acquisition
Mining & drops
| source | count | drop rate | conditions |
|---|---|---|---|
Mob loot table: Cloud Golem (legendary_monsters) legendary_monsters:cloud_golem | 1–1 | 100% | — |
Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.
Related items
Developer reference
- Registry name
legendary_monsters:atmospheric_boots- Namespace
legendary_monsters- Mod ID
legendary_monsters- Tags (2)
minecraft:items/foot_armor minecraft:items/trimmable_armor
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#D#",
"i i"
],
"ingredients": {
"#": {
"item": "minecraft:diamond"
},
"D": {
"item": "legendary_monsters:air_rune"
},
"i": {
"item": "legendary_monsters:cloud_rod"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}