升级Forge
挖矿与砍杀汉化补充 添加了挖矿与砍杀的指导书(未完成,只能创造拿)
This commit is contained in:
		| @@ -0,0 +1,5 @@ | ||||
| { | ||||
|     "name": "patchouli.mmorpg_book.name", | ||||
|     "landing_text": "patchouli.mmorpg_book.landing_text", | ||||
|     "version": 1 | ||||
| } | ||||
| @@ -0,0 +1,5 @@ | ||||
| { | ||||
|     "name": "First", | ||||
|     "description": "This is a test category for testing!", | ||||
|     "icon": "minecraft:writable_book" | ||||
| } | ||||
| @@ -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!" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @@ -0,0 +1,11 @@ | ||||
| { | ||||
|     "name": "Vanilla", | ||||
|     "icon": "minecraft:writable_book", | ||||
|     "category": "patchouli:first", | ||||
|     "pages": [ | ||||
|         { | ||||
|             "type": "text", | ||||
|             "text": "!!!" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @@ -0,0 +1,5 @@ | ||||
| { | ||||
|     "name": "入门", | ||||
|     "description": "从这里开始", | ||||
|     "icon": "mmorpg:currency/mastery_seal0" | ||||
| } | ||||
| @@ -0,0 +1,12 @@ | ||||
| { | ||||
|     "name": "前言", | ||||
|     "icon": "minecraft:writable_book", | ||||
|     "category": "patchouli:first", | ||||
|     "pages": [ | ||||
|         { | ||||
|             "type": "text", | ||||
|             "text": "感谢你选择挖矿与砍杀!这本教程书并不是由Mod作者编写,只是一个喜欢这个Mod的玩家为他的整合包专门制作的。希望在这本书的指引下,你也能喜欢上这个Mod!" | ||||
|         } | ||||
|     ], | ||||
|     "priority": true | ||||
| } | ||||
| @@ -0,0 +1,11 @@ | ||||
| { | ||||
|     "name": "与原版不同的地方", | ||||
|     "icon": "minecraft:writable_book", | ||||
|     "category": "patchouli:first", | ||||
|     "pages": [ | ||||
|         { | ||||
|             "type": "text", | ||||
|             "text": "待完成$(br2)或许你已经发现了,挖矿与砍杀使用的是专属的战斗系统,这意味着,原版的所有武器、盔甲都无法直接使用。" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user