Crafting using Neptunium Ingot, Neptunium Ingot, Neptunium Ingot, Neptunium Ingot, Neptunium Ingot, Neptunium Ingot, Neptunium Ingot and Neptunium Ingot, arranged in the pattern shown. Produces Neptune's Bounty.
Neptune's Bounty
Aquaculture 2 · by Shadowclaimer, Girafi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Gameplay loot table: Neptunium (aquaculture) aquaculture:neptunium | 1–1 | 100% | — |
| Neptune's Bounty | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
aquaculture:neptunes_bounty- Namespace
aquaculture- Mod ID
aquaculture- Tags (4)
forge:blocks/chests forge:items/chests minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"NNN",
"N N",
"NNN"
],
"ingredients": {
"N": {
"tag": "forge:ingots/neptunium"
}
},
"conditions": [
{
"raw": {
"type": "aquaculture:neptunium_items_enabled",
"value": true
},
"type": "aquaculture:neptunium_items_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}