base web
This commit is contained in:
8
web/patchouli_books/patatapack_guide/book.json
Normal file
8
web/patchouli_books/patatapack_guide/book.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "PatataPack",
|
||||
"landing_text": "Ongi etorri!",
|
||||
"version": 1,
|
||||
"book_texture": "patchouli:textures/gui/book_red.png",
|
||||
"model": "patchouli:book_red",
|
||||
"show_progress": "false"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Mods en el pack.",
|
||||
"description": "Lista de mods importantes del pack.",
|
||||
"icon": "minecraft:writable_book"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Create",
|
||||
"description": "Tech",
|
||||
"icon": "create:wrench"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Test Category",
|
||||
"description": "This is a test category for testing!",
|
||||
"icon": "minecraft:writable_book"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "BetterCombat",
|
||||
"icon": "minecraft:diamond_sword",
|
||||
"category": "asyacraft_guide:mods/create",
|
||||
"pages": [
|
||||
{
|
||||
"type": "patchouli:text",
|
||||
"text": "Better cambia el modo de combate de minecraft."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:text",
|
||||
"text": "Permite tener un arma en cada mano."
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Test Entry",
|
||||
"icon": "minecraft:writable_book",
|
||||
"category": "asyacraft_guide:mods",
|
||||
"pages": [
|
||||
{
|
||||
"type": "patchouli:text",
|
||||
"text": "Create mod entry page."
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Test Entry",
|
||||
"icon": "minecraft:writable_book",
|
||||
"category": "asyacraft_guide:mods/create",
|
||||
"pages": [
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Wrench",
|
||||
"item": "create:wrench",
|
||||
"link_recipe": "true",
|
||||
"description": "Este item sirve para modificar y configurar los blocks de create. SHIFT + click DERECHO para quitar un block y pasarlo al inventario."
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Test Entry",
|
||||
"icon": "minecraft:writable_book",
|
||||
"category": "yourbooknamespace:test_category",
|
||||
"pages": [
|
||||
{
|
||||
"type": "patchouli:text",
|
||||
"text": "This is a test entry, but it should show up!"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user