Crafting using Copper Ingot, Copper Ingot, Copper Ingot, Copper Ingot, Andesite Alloy and Andesite Alloy, arranged in the pattern shown. Produces Copper Diving Boots.
Copper Diving Boots
Create · by simibubi
Function
Wielder _descends_ more _quickly_ in liquids. Grants the ability to _walk_ and _jump_ underwater. Wielder also is no longer affected by _Mechanical_ _Belts_. When Worn A pair of _heavy_ _boots_, allowing for better traversal of the Ocean floor.
Acquisition
Related items
Developer reference
- Registry name
create:copper_diving_boots- Namespace
create- Mod ID
create- Tags (1)
forge:items/armors/boots
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"P P",
"P P",
"G G"
],
"ingredients": {
"G": {
"item": "create:andesite_alloy"
},
"P": {
"tag": "forge:ingots/copper"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}