Glistering Melon Slice
minecraft:glistering_melon_slice

Glistering Melon Slice

Minecraft · by Mojang Studios
item Piglin Loved

Acquisition

Crafting using Gold Nugget, Gold Nugget, Gold Nugget, Gold Nugget, Melon Slice, Gold Nugget, Gold Nugget, Gold Nugget and Gold Nugget, arranged in the pattern shown. Produces Glistering Melon Slice.

Crafting
Gold Nugget
Gold Nugget
Gold Nugget
Gold Nugget
Melon Slice
Gold Nugget
Gold Nugget
Gold Nugget
Gold Nugget
Glistering Melon Slice Glistering Melon Slice guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Ruined Portal (minecraft) minecraft:ruined_portal1–1100%
Developer reference
Registry name
minecraft:glistering_melon_slice
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:items/piglin_loved

Recipe JSON (2):

{
  "recipe_type": "techreborn:chemical_reactor",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:gold_nugget"
    },
    {
      "item": "minecraft:melon_slice"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:gold_nugget"
    },
    "X": {
      "item": "minecraft:melon_slice"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}