-
Notifications
You must be signed in to change notification settings - Fork 23
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
1 parent
8dc97fc
commit 605b4ea
Showing
15 changed files
with
257 additions
and
3 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
.../resources/data/iammusicplayer/patchouli_books/manual/zh_CN/categories/how_to_listen.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,6 @@ | ||
{ | ||
"name": "倾听方式", | ||
"description": "播放和聆听音乐的方法。", | ||
"icon": "iammusicplayer:boombox", | ||
"sortnum": 0 | ||
} |
6 changes: 6 additions & 0 deletions
6
...ta/iammusicplayer/patchouli_books/manual/zh_CN/categories/item_or_block_with_feature.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,6 @@ | ||
{ | ||
"name": "物品和方块的功能", | ||
"description": "关于物品和方块功能的解释", | ||
"icon": "iammusicplayer:cassette_tape", | ||
"sortnum": 1 | ||
} |
46 changes: 46 additions & 0 deletions
46
...usicplayer/patchouli_books/manual/zh_CN/entries/how_to_listen/add_playlist_and_music.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,46 @@ | ||
{ | ||
"name": "添加播放列表和音乐", | ||
"icon": "iammusicplayer:music_manager", | ||
"category": "iammusicplayer:how_to_listen", | ||
"sortnum": 0, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "如何用$(l:iammusicplayer:item_or_block_with_feature/music_manager)音乐管理设备$(/l)创建播放列表和添加音乐。" | ||
}, | ||
{ | ||
"type": "patchouli:image", | ||
"images": [ | ||
"iammusicplayer:textures/gui/patchouli/entries/how_to_listen/add_playlist_and_music/click_add_plalist.png", | ||
"iammusicplayer:textures/gui/patchouli/entries/how_to_listen/add_playlist_and_music/click_create_playlist.png", | ||
"iammusicplayer:textures/gui/patchouli/entries/how_to_listen/add_playlist_and_music/create_playlist.png" | ||
], | ||
"title": "创建播放列表", | ||
"text": "首先,如果你没有播放列表,创建一个。$(br)请指定名称、公共设置和初始权限。" | ||
}, | ||
{ | ||
"type": "patchouli:image", | ||
"images": [ | ||
"iammusicplayer:textures/gui/patchouli/entries/how_to_listen/add_playlist_and_music/join_playlist.png" | ||
], | ||
"title": "加入现有的播放列表", | ||
"text": "如果您想添加其他玩家创建的播放列表,请从您可以参与的播放列表中选择。" | ||
}, | ||
{ | ||
"type": "patchouli:image", | ||
"images": [ | ||
"iammusicplayer:textures/gui/patchouli/entries/how_to_listen/add_playlist_and_music/click_add_music.png" | ||
], | ||
"title": "在播放列表中添加音乐", | ||
"text": "选择要添加音乐的播放列表,然后从[添加音乐]中添加音乐。$(br)其他播放器创建的播放列表不能添加音乐,除非权限是成员或更高级别。" | ||
}, | ||
{ | ||
"type": "patchouli:image", | ||
"images": [ | ||
"iammusicplayer:textures/gui/patchouli/entries/how_to_listen/add_playlist_and_music/add_music_comp.png" | ||
], | ||
"title": "音乐添加完成", | ||
"text": "如果首先打开的播放列表屏幕有您刚刚添加的音乐,那么添加的音乐就完成了。" | ||
} | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
...es/data/iammusicplayer/patchouli_books/manual/zh_CN/entries/how_to_listen/play_music.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,20 @@ | ||
{ | ||
"name": "播放音乐", | ||
"icon": "iammusicplayer:boombox", | ||
"category": "iammusicplayer:how_to_listen", | ||
"sortnum": 2, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "如何播放音乐通过$(l:iammusicplayer:item_or_block_with_feature/boombox)立体声扬声器$(/l)." | ||
}, | ||
{ | ||
"type": "patchouli:image", | ||
"images": [ | ||
"iammusicplayer:textures/gui/patchouli/entries/how_to_listen/play_music/boombox_set_cassette_tape.png" | ||
], | ||
"title": "设置盒式磁带", | ||
"text": "设置$(l:iammusicplayer:item_or_block_with_feature/boombox)立体声扬声器$(/l)然后按播放键。" | ||
} | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
...usicplayer/patchouli_books/manual/zh_CN/entries/how_to_listen/write_to_cassette_tape.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,21 @@ | ||
{ | ||
"name": "刻录在磁带上", | ||
"icon": "iammusicplayer:cassette_deck", | ||
"category": "iammusicplayer:how_to_listen", | ||
"sortnum": 1, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "如何把音乐刻录在一个$(l:iammusicplayer:item_or_block_with_feature/cassette_tape)盒式磁带上$(/l)用一个$(l:iammusicplayer:item_or_block_with_feature/cassette_deck)盒式磁带堆$(/l)。$(br)如果你有一个$(l:iammusicplayer:item_or_block_with_feature/parabolic_antenna)抛物面天线$(/l), 这个步骤是不必要的。" | ||
}, | ||
{ | ||
"type": "patchouli:image", | ||
"images": [ | ||
"iammusicplayer:textures/gui/patchouli/entries/how_to_listen/write_to_cassette_tape/click_write.png", | ||
"iammusicplayer:textures/gui/patchouli/entries/how_to_listen/write_to_cassette_tape/write.png" | ||
], | ||
"title": "开始刻录", | ||
"text": "首先,准备一个$(l:iammusicplayer:item_or_block_with_feature/cassette_tape)盒式磁带$(/l),从[刻录]中选择你想要刻录的音乐,并按开始图标。" | ||
} | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
...mmusicplayer/patchouli_books/manual/zh_CN/entries/item_or_block_with_feature/antenna.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,21 @@ | ||
{ | ||
"name": "天线", | ||
"icon": "iammusicplayer:antenna", | ||
"category": "iammusicplayer:item_or_block_with_feature", | ||
"sortnum": 5, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "你也可以听无线电直播!" | ||
}, | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "iammusicplayer:antenna", | ||
"text": "你可以播放广播通过把它放在$(l:iammusicplayer:item_or_block_with_feature/boombox)立体声扬声器的天线槽里$(/l), 按下选择按钮,并输入URL。$(br)输入Youtube Live或Http Radio Stream的URL。" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"recipe": "iammusicplayer:antenna" | ||
} | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
...mmusicplayer/patchouli_books/manual/zh_CN/entries/item_or_block_with_feature/boombox.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,21 @@ | ||
{ | ||
"name": "立体声扬声器", | ||
"icon": "iammusicplayer:boombox", | ||
"category": "iammusicplayer:item_or_block_with_feature", | ||
"sortnum": 4, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "一种播放音乐的设备。" | ||
}, | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "iammusicplayer:boombox", | ||
"text": "你可以播放音乐$(l:iammusicplayer:item_or_block_with_feature/cassette_tape)Cassette Tapes$(/l),播放广播流用$(l:iammusicplayer:item_or_block_with_feature/antenna)天线$(/l),和直接从播放列表中播放音乐用$(l:iammusicplayer:item_or_block_with_feature/parabolic_antenna)抛物面天线$(/l)." | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"recipe": "iammusicplayer:boombox" | ||
} | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
...player/patchouli_books/manual/zh_CN/entries/item_or_block_with_feature/cassette_deck.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,21 @@ | ||
{ | ||
"name": "盒式磁带堆", | ||
"icon": "iammusicplayer:cassette_deck", | ||
"category": "iammusicplayer:item_or_block_with_feature", | ||
"sortnum": 3, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "需要刻录音乐的设备$(l:iammusicplayer:item_or_block_with_feature/cassette_tape)$(/l)盒式磁带。$(br)请参考$(l:iammusicplayer:how_to_listen/write_to_cassette_tape)刻录盒式磁带$(/l)刻录方法。" | ||
}, | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "iammusicplayer:cassette_deck", | ||
"text": "除了写音乐,你还可以演奏来自$(l:iammusicplayer:item_or_block_with_feature/cassette_tape)盒式磁带$(/l)" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"recipe": "iammusicplayer:cassette_deck" | ||
} | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
...player/patchouli_books/manual/zh_CN/entries/item_or_block_with_feature/cassette_tape.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,27 @@ | ||
{ | ||
"name": "盒式磁带", | ||
"icon": "iammusicplayer:cassette_tape", | ||
"category": "iammusicplayer:item_or_block_with_feature", | ||
"sortnum": 1, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "刻录你最喜欢的音乐!$(br)请参考$(l:iammusicplayer:how_to_listen/write_to_cassette_tape)刻录盒式磁带$(/l)刻录方法。" | ||
}, | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "iammusicplayer:cassette_tape", | ||
"text": "在盒式磁带上刻录音乐后,在便携式录音机上播放音乐是可以的。$(br)可以用染料染色。" | ||
}, | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "iammusicplayer:cassette_tape_glass", | ||
"text": "可以让你看到内容的盒式磁带。$(br)它具有与普通盒式磁带相同的功能和兼容性。" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"recipe": "iammusicplayer:cassette_tape", | ||
"recipe2": "iammusicplayer:cassette_tape_glass" | ||
} | ||
] | ||
} |
26 changes: 26 additions & 0 deletions
26
...ammusicplayer/patchouli_books/manual/zh_CN/entries/item_or_block_with_feature/manual.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,26 @@ | ||
{ | ||
"name": "手册", | ||
"icon": "iammusicplayer:manual", | ||
"category": "iammusicplayer:item_or_block_with_feature", | ||
"sortnum": 0, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "你现在正在看的这本书。" | ||
}, | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "iammusicplayer:manual", | ||
"text": "这本手册描述了几乎所有关于IamMusicPlayer的内容。" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"recipe": "iammusicplayer:manual", | ||
"text": "非常容易制作!" | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"text": "如果您对这个mod有任何问题,请在询问作者之前检查本手册。" | ||
} | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
...player/patchouli_books/manual/zh_CN/entries/item_or_block_with_feature/music_manager.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,21 @@ | ||
{ | ||
"name": "音乐管理", | ||
"icon": "iammusicplayer:music_manager", | ||
"category": "iammusicplayer:item_or_block_with_feature", | ||
"sortnum": 2, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "让我们先制作它!" | ||
}, | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "iammusicplayer:music_manager", | ||
"text": "用于管理世界上播放列表和音乐的设备。$(br)你需要先制作这个设备来听音乐。" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"recipe": "iammusicplayer:music_manager" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...er/patchouli_books/manual/zh_CN/entries/item_or_block_with_feature/parabolic_antenna.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,18 @@ | ||
{ | ||
"name": "抛物面天线", | ||
"icon": "iammusicplayer:parabolic_antenna", | ||
"category": "iammusicplayer:item_or_block_with_feature", | ||
"sortnum": 6, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "你可以不把它刻录在磁带上就能播放它!" | ||
}, | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "iammusicplayer:parabolic_antenna", | ||
"link_recipe": true, | ||
"text": "将其设置在扬声器的天线槽中,按选择按钮显示播放列表。$(br)从播放列表中选择你想要播放的音乐,它就会开始播放$(br)没有合成配方,可以通过与DJ村民交易或通过战利品箱获得。" | ||
} | ||
] | ||
} |
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
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
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