Cauldron using Scute, Shulker Shell, Nautilus Shell and Any Diamond Gem. Produces Resilience Lotion.
item· Other
Resilience Lotion
Goety · by Polarice3
Resilience Lotion is an item from Goety, crafted from Scute, Shulker Shell, Nautilus Shell, and Any Diamond Gem.
Acquisition
Crafting using Scute, Shulker Shell, Nautilus Shell, Any Diamond Gem, Essence of Shadow and Glass Bottle, in any arrangement. Produces Resilience Lotion.
- Inputs
- Scute
- Shulker Shell
- Nautilus Shell
- Any Diamond Gem
- Essence of Shadow
- Glass Bottle
- Output
- → Resilience Lotion
Developer reference
- Registry name
goety:resilience_lotion- Namespace
goety- Mod ID
goety
Recipe JSON (2):
{
"recipe_type": "goety:cauldron",
"pattern": null,
"ingredients": [
{
"item": "minecraft:scute"
},
{
"item": "minecraft:shulker_shell"
},
{
"item": "minecraft:nautilus_shell"
},
{
"tag": "forge:gems/diamond"
}
],
"conditions": [
{
"raw": {
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "goety_revelation"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:scute"
},
{
"item": "minecraft:shulker_shell"
},
{
"item": "minecraft:nautilus_shell"
},
{
"tag": "forge:gems/diamond"
},
{
"item": "goety:shadow_essence"
},
{
"item": "minecraft:glass_bottle"
}
],
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "goety_revelation"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}