Guidebook categories (WIP)
This commit is contained in:
parent
9b5dee0917
commit
fbcb6e6993
8 changed files with 47 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"name": "Biomes",
|
||||||
|
"description": "Work in progress...",
|
||||||
|
"icon": "betterend:end_mycelium"
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "Crafting",
|
||||||
|
"description": "",
|
||||||
|
"icon": "betterend:iron_hammer",
|
||||||
|
"sortnum": 2
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "Smelting",
|
||||||
|
"description": "",
|
||||||
|
"icon": "betterend:end_stone_smelter",
|
||||||
|
"parent": "betterend:crafting"
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "Smithing",
|
||||||
|
"description": "",
|
||||||
|
"icon": "minecraft:anvil",
|
||||||
|
"parent": "betterend:crafting"
|
||||||
|
}
|
|
@ -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
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "Rituals",
|
||||||
|
"description": "",
|
||||||
|
"icon": "betterend:infusion_pedestal",
|
||||||
|
"sortnum": 1
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "Infusion Ritual",
|
||||||
|
"description": "Infuse items with the power of the elements.",
|
||||||
|
"icon": "betterend:infusion_pedestal",
|
||||||
|
"parent": "betterend:rituals"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue