Neptune's Bounty
aquaculture:neptunes_bounty

Neptune's Bounty

Aquaculture 2 · by Shadowclaimer, Girafi
block ChestsChestsPickaxe MineableNeeds Iron Tool

Acquisition

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.

Crafting conditional
Neptunium Ingot
Neptunium Ingot
Neptunium Ingot
Neptunium Ingot
Neptunium Ingot
Neptunium Ingot
Neptunium Ingot
Neptunium Ingot
Neptune's Bounty Neptune's Bounty guaranteed

Mining & drops

sourcecountchanceconditions
Gameplay loot table: Neptunium (aquaculture) aquaculture:neptunium1–1100%
Neptune's Bounty1–1100%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
}