-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
...ets/ukrainian_delight/patchouli_books/ukrainian_guide/en_us/categories/test_category.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "Test Category", | ||
"description": "This is a test category for testing!", | ||
"icon": "minecraft:writable_book" | ||
} |
11 changes: 11 additions & 0 deletions
11
...es/assets/ukrainian_delight/patchouli_books/ukrainian_guide/en_us/entries/test_entry.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "Test Entry", | ||
"icon": "minecraft:writable_book", | ||
"category": "ukrainian_delight:test_category", | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "This is a test entry, but it should show up!" | ||
} | ||
] | ||
} |
Binary file added
BIN
+430 Bytes
src/main/resources/assets/ukrainian_delight/textures/item/guide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions
7
src/main/resources/data/ukrainian_delight/patchouli_books/ukrainian_guide/book.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Ukrainian Delight Guide", | ||
"landing_text": "Welcome to the Ukrainian Delight Mod Guide!", | ||
"version": 1, | ||
"creative_tab": "ukrainian_delight:ingredients_ukrainian_delight", | ||
"use_resource_pack": true | ||
} |