Chemical Reactor using Gold Nugget and Melon Slice. Produces Glistering Melon Slice.
Glistering Melon Slice
Minecraft · by Mojang Studios
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Ruined Portal (minecraft) minecraft:ruined_portal | 1–1 | 100% | — |
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
}