-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Integrated Dynamics infobook sections
- Loading branch information
1 parent
8c96d03
commit aa967ae
Showing
3 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
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
16 changes: 16 additions & 0 deletions
16
src/main/resources/assets/integratedrest/info/rest_info.xml
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,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<section name="info_book.integratedrest.section.main"> | ||
<section name="info_book.integratedrest.introduction"> | ||
<paragraph>info_book.integratedrest.introduction.text1</paragraph> | ||
<paragraph>info_book.integratedrest.introduction.text2</paragraph> | ||
<paragraph>info_book.integratedrest.introduction.text3</paragraph> | ||
</section> | ||
|
||
<section name="info_book.integratedrest.http"> | ||
<tag>integratedrest:http</tag> | ||
<paragraph>info_book.integratedrest.http.text1</paragraph> | ||
<paragraph>info_book.integratedrest.http.text2</paragraph> | ||
<paragraph>info_book.integratedrest.http.text3</paragraph> | ||
<appendix type="crafting_recipe">integratedrest:http</appendix> | ||
</section> | ||
</section> |
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