Crafting using Any Wool, Any Wool, Steel Plate and Steel Plate, arranged in the pattern shown. Produces Space Boots.
Space Boots
Ad Astra · by Alex Nijjar
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Blacksmith (ad_astra) ad_astra:blacksmith | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
ad_astra:space_boots- Namespace
ad_astra- Mod ID
ad_astra- Tags (1)
ad_astra:items/space_suit_items
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"W W",
"# #"
],
"ingredients": {
"#": {
"tag": "ad_astra:steel_plates"
},
"W": {
"tag": "minecraft:wool"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
