Crafting using Neptunium Ingot, Neptunium Ingot, Neptunium Ingot, Treated Stick and Treated Stick, arranged in the pattern shown. Produces Neptunium Axe.
Neptunium Axe
Aquaculture 2 · by Shadowclaimer, Girafi
Acquisition
Used in (1)
Blasting using Any of Neptunium Axe / Neptunium Boots / Neptunium Chestplate / Neptunium Fillet Knife / Neptunium Fishing Rod / Neptunium Helmet / Neptunium Hoe / Neptunium Leggings / Neptunium Pickaxe / Neptunium Shovel / Neptunium Sword / Neptunium Bow (200 ticks, 0.5 xp). Produces Neptunium Ingot.
Related items
Developer reference
- Registry name
aquaculture:neptunium_axe- Namespace
aquaculture- Mod ID
aquaculture- Tags (2)
aquaculture:items/tooltip minecraft:items/axes
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"SS",
"ST",
" T"
],
"ingredients": {
"S": {
"tag": "forge:ingots/neptunium"
},
"T": {
"tag": "forge:rods/wooden"
}
},
"conditions": [
{
"raw": {
"type": "aquaculture:neptunium_items_enabled",
"value": true
},
"type": "aquaculture:neptunium_items_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}