This commit is contained in:
paulevsGitch 2020-12-13 22:53:27 +03:00
commit d99fa7551c
16 changed files with 77 additions and 25 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View file

@ -1,6 +0,0 @@
{
"name": "Smelting",
"description": "",
"icon": "betterend:end_stone_smelter",
"parent": "betterend:crafting"
}

View file

@ -1,6 +0,0 @@
{
"name": "Smithing",
"description": "",
"icon": "minecraft:anvil",
"parent": "betterend:crafting"
}

View file

@ -1,6 +1,6 @@
{
"name": "Rituals",
"description": "",
"description": "The mystical art of the End, secret rituals that opens up new paths and opportunities.",
"icon": "betterend:infusion_pedestal",
"sortnum": 1
}

View file

@ -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"
}

View file

@ -1,6 +0,0 @@
{
"name": "Infusion Ritual",
"description": "Infuse items with the power of the elements.",
"icon": "betterend:infusion_pedestal",
"parent": "betterend:rituals"
}

View file

@ -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."
}
]
}

View file

@ -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"
]
}
]
}