This commit is contained in:
2023-09-09 14:02:11 +02:00
parent b04244ae08
commit ea042e55a6
422 changed files with 46 additions and 0 deletions

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

View File

@@ -0,0 +1,5 @@
{
"name": "Mods en el pack.",
"description": "Lista de mods importantes del pack.",
"icon": "minecraft:writable_book"
}

View File

@@ -0,0 +1,5 @@
{
"name": "Create",
"description": "Tech",
"icon": "create:wrench"
}

View File

@@ -0,0 +1,5 @@
{
"name": "Test Category",
"description": "This is a test category for testing!",
"icon": "minecraft:writable_book"
}

View File

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

View File

@@ -0,0 +1,11 @@
{
"name": "Test Entry",
"icon": "minecraft:writable_book",
"category": "asyacraft_guide:mods",
"pages": [
{
"type": "patchouli:text",
"text": "Create mod entry page."
}
]
}

View File

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

View File

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