升级Forge

挖矿与砍杀汉化补充
添加了挖矿与砍杀的指导书(未完成,只能创造拿)
This commit is contained in:
2023-09-28 11:46:41 +08:00
parent 9bc5e97559
commit 4c817ad4c5
38 changed files with 422 additions and 183 deletions

View File

@@ -0,0 +1,5 @@
{
"name": "patchouli.mmorpg_book.name",
"landing_text": "patchouli.mmorpg_book.landing_text",
"version": 1
}

View File

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

View File

@@ -0,0 +1,11 @@
{
"name": "Test Entry",
"icon": "minecraft:writable_book",
"category": "patchouli:first",
"pages": [
{
"type": "text",
"text": "This is a test entry, but it should show up!"
}
]
}

View File

@@ -0,0 +1,11 @@
{
"name": "Vanilla",
"icon": "minecraft:writable_book",
"category": "patchouli:first",
"pages": [
{
"type": "text",
"text": ""
}
]
}

View File

@@ -0,0 +1,5 @@
{
"name": "入门",
"description": "从这里开始",
"icon": "mmorpg:currency/mastery_seal0"
}

View File

@@ -0,0 +1,12 @@
{
"name": "前言",
"icon": "minecraft:writable_book",
"category": "patchouli:first",
"pages": [
{
"type": "text",
"text": "感谢你选择挖矿与砍杀这本教程书并不是由Mod作者编写只是一个喜欢这个Mod的玩家为他的整合包专门制作的。希望在这本书的指引下你也能喜欢上这个Mod"
}
],
"priority": true
}

View File

@@ -0,0 +1,11 @@
{
"name": "与原版不同的地方",
"icon": "minecraft:writable_book",
"category": "patchouli:first",
"pages": [
{
"type": "text",
"text": "待完成$(br2)或许你已经发现了,挖矿与砍杀使用的是专属的战斗系统,这意味着,原版的所有武器、盔甲都无法直接使用。"
}
]
}