Infusion ritual guide
After Width: | Height: | Size: 324 KiB |
After Width: | Height: | Size: 374 KiB |
After Width: | Height: | Size: 362 KiB |
After Width: | Height: | Size: 3 KiB |
After Width: | Height: | Size: 2 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 133 KiB |
After Width: | Height: | Size: 142 KiB |
After Width: | Height: | Size: 126 KiB |
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Smelting",
|
|
||||||
"description": "",
|
|
||||||
"icon": "betterend:end_stone_smelter",
|
|
||||||
"parent": "betterend:crafting"
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Smithing",
|
|
||||||
"description": "",
|
|
||||||
"icon": "minecraft:anvil",
|
|
||||||
"parent": "betterend:crafting"
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Rituals",
|
"name": "Rituals",
|
||||||
"description": "",
|
"description": "The mystical art of the End, secret rituals that opens up new paths and opportunities.",
|
||||||
"icon": "betterend:infusion_pedestal",
|
"icon": "betterend:infusion_pedestal",
|
||||||
"sortnum": 1
|
"sortnum": 1
|
||||||
}
|
}
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Eternal Ritual",
|
|
||||||
"description": "A not so simple way to return to the Overworld.",
|
|
||||||
"icon": "betterend:eternal_pedestal",
|
|
||||||
"parent": "betterend:rituals"
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Infusion Ritual",
|
|
||||||
"description": "Infuse items with the power of the elements.",
|
|
||||||
"icon": "betterend:infusion_pedestal",
|
|
||||||
"parent": "betterend:rituals"
|
|
||||||
}
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"name": "Eternal Ritual",
|
||||||
|
"icon": "betterend:eternal_pedestal",
|
||||||
|
"read_by_default": true,
|
||||||
|
"category": "rituals",
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"type": "text",
|
||||||
|
"text": "A not so simple way to return to the Overworld."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,64 @@
|
||||||
|
{
|
||||||
|
"name": "Infusion Ritual",
|
||||||
|
"icon": "betterend:infusion_pedestal",
|
||||||
|
"read_by_default": true,
|
||||||
|
"category": "rituals",
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"type": "text",
|
||||||
|
"text": "Infuse items with the power of the elements."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "crafting",
|
||||||
|
"title": "Preparing structure",
|
||||||
|
"text": "At first, you need to craft $(bold)Infusion Pedestal$() and 8 pedestals of $(bold)any$() other type.",
|
||||||
|
"recipe": "betterend:infusion_pedestal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"text": "Then you need to place Infusion Pedestal at the center and other pedestals around.",
|
||||||
|
"border": true,
|
||||||
|
"images": [
|
||||||
|
"betterend:textures/images/infusion_ritual/infusion_ritual_start.png",
|
||||||
|
"betterend:textures/images/infusion_ritual/infusion_ritual_full.png"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"title": "Infusion",
|
||||||
|
"text": "When ritual structure is ready you can start infusion.",
|
||||||
|
"border": true,
|
||||||
|
"images": [
|
||||||
|
"betterend:textures/images/infusion_ritual/ritual_structure.png"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"text": "Place main ingredient to the $(bold)Infusion Pedestal$() and catalists to others.",
|
||||||
|
"border": true,
|
||||||
|
"images": [
|
||||||
|
"betterend:textures/images/infusion_ritual/ritual_ready.png"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "text",
|
||||||
|
"text": "You can look recipes in the $(l:https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items)REI$(/l).$(br2)To start the Infusion just place main ingredient last or right click the $(bold)Infusion Pedestal$()."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"text": "Then you need to wait until the ritual is completed.",
|
||||||
|
"border": true,
|
||||||
|
"images": [
|
||||||
|
"betterend:textures/images/infusion_ritual/ritual_started.png"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"text": "And to take the result.",
|
||||||
|
"border": true,
|
||||||
|
"images": [
|
||||||
|
"betterend:textures/images/infusion_ritual/ritual_finished.png"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|