Guidebook categories (WIP)

This commit is contained in:
Aleksey 2020-12-13 00:45:45 +03:00
parent 9b5dee0917
commit fbcb6e6993
8 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"name": "Biomes",
"description": "Work in progress...",
"icon": "betterend:end_mycelium"
}

View file

@ -0,0 +1,6 @@
{
"name": "Crafting",
"description": "",
"icon": "betterend:iron_hammer",
"sortnum": 2
}

View file

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

View file

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

View file

@ -0,0 +1,6 @@
{
"name": "End Veil",
"description": "Look without fear into the eyes of Enderman.",
"icon": "betterend:textures/mob_effect/end_veil.png",
"sortnum": 3
}

View file

@ -0,0 +1,6 @@
{
"name": "Rituals",
"description": "",
"icon": "betterend:infusion_pedestal",
"sortnum": 1
}

View file

@ -0,0 +1,6 @@
{
"name": "Eternal Ritual",
"description": "A not so simple way to return to the Overworld.",
"icon": "betterend:eternal_pedestal",
"parent": "betterend:rituals"
}

View file

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