Crafting using String, String, String, Water Stone and String, arranged in the pattern shown. Produces Mystic Water.
item· Other
Mystic Water
Cobblemon · by The Cobblemon Team
Mystic Water is a item from Cobblemon, crafted from String and Water Stone.
Acquisition
Related items
Developer reference
- Registry name
cobblemon:mystic_water- Namespace
cobblemon- Mod ID
cobblemon- Tags (1)
cobblemon:items/held/is_held_item
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" S ",
"S S",
"WS "
],
"ingredients": {
"S": {
"item": "minecraft:string"
},
"W": {
"item": "cobblemon:water_stone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}