-
Notifications
You must be signed in to change notification settings - Fork 9
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
8735c40
commit 598a8ab
Showing
12 changed files
with
114 additions
and
5 deletions.
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
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
Binary file added
BIN
+170 KB
src/main/resources/assets/phonos/textures/gui/gallery/radio_player_piano.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+167 KB
src/main/resources/assets/phonos/textures/gui/gallery/recorder_finished.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+212 KB
src/main/resources/assets/phonos/textures/gui/gallery/recorder_note_blocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+131 KB
src/main/resources/assets/phonos/textures/gui/gallery/recorder_powered.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
...esources/data/phonos/patchouli_books/phonos_guidebook/en_us/categories/playing_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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "Playing Music", | ||
"name": "Broadcasting Music", | ||
"description": "Broadcasting music from discs or note blocks", | ||
"icon": "phonos:radio_jukebox" | ||
} |
5 changes: 5 additions & 0 deletions
5
...ources/data/phonos/patchouli_books/phonos_guidebook/en_us/categories/recording_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,5 @@ | ||
{ | ||
"name": "Making Music", | ||
"description": "Create your own songs to be played back later", | ||
"icon": "phonos:player_piano" | ||
} |
34 changes: 34 additions & 0 deletions
34
...ta/phonos/patchouli_books/phonos_guidebook/en_us/entries/recording_music/piano_rolls.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,34 @@ | ||
{ | ||
"name": "Piano Rolls", | ||
"category": "phonos:recording_music", | ||
"icon": "phonos:piano_roll", | ||
"sortnum": 0, | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "phonos:empty_piano_roll", | ||
"title": "Piano Rolls", | ||
"link_recipe": false, | ||
"text": "To get started recording your own music, craft an Empty Piano Roll and Radio Recorder. Place the roll into the recorder and power it with redstone. Activate a radio note block contraption on the same channel, and un-power the recorder when done to receive your piano roll." | ||
}, | ||
{ | ||
"type": "image", | ||
"images": [ | ||
"phonos:textures/gui/gallery/recorder_powered.png", | ||
"phonos:textures/gui/gallery/recorder_note_blocks.png", | ||
"phonos:textures/gui/gallery/recorder_finished.png" | ||
], | ||
"title": "Gallery", | ||
"border": true, | ||
"text": "The steps to record your own piano roll." | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "phonos:empty_piano_roll" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "phonos:radio_recorder" | ||
} | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
.../phonos/patchouli_books/phonos_guidebook/en_us/entries/recording_music/player_pianos.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,32 @@ | ||
{ | ||
"name": "Player Pianos", | ||
"category": "phonos:recording_music", | ||
"icon": "phonos:player_piano", | ||
"sortnum": 1, | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "phonos:player_piano", | ||
"title": "Player Pianos", | ||
"link_recipe": false, | ||
"text": "Once you have created your own song, craft a Player Piano. Your piano roll can be placed into this block, and when powered the piano will play your song. A radio version of this block can be made to broadcast your song to loudspeakers. You can even try to play the piano yourself." | ||
}, | ||
{ | ||
"type": "image", | ||
"images": [ | ||
"phonos:textures/gui/gallery/radio_player_piano.png" | ||
], | ||
"title": "Gallery", | ||
"border": true, | ||
"text": "A Radio Player Piano playing a song." | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "phonos:player_piano" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "phonos:radio_player_piano" | ||
} | ||
] | ||
} |