Skip to content

Commit 96c71f6

Browse files
committed
Fixed melotta related issues including relic song and the music box
Also purged generations pokedex in favor of converting to cobbelmon pokedex.
1 parent 7e71c3f commit 96c71f6

File tree

56 files changed

+236
-965
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+236
-965
lines changed

common/src/main/generated/resources/assets/generations_core/lang/en_us.json

Lines changed: 34 additions & 35 deletions
Large diffs are not rendered by default.

common/src/main/generated/resources/assets/generations_core/models/item/pokedex.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

common/src/main/generated/resources/data/generations_core/jukebox_song/azalea_town.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comparator_output": 0,
33
"description": {
4-
"translate": "item.generations_core.azalea_town_disc.desc"
4+
"translate": "jukebox_song.generations_core.azalea_town"
55
},
66
"length_in_seconds": 200.0,
77
"sound_event": "generations_core:generations_core.music.ambient.azalea_town"

common/src/main/generated/resources/data/generations_core/jukebox_song/cascarrafa_city.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comparator_output": 0,
33
"description": {
4-
"translate": "item.generations_core.cascarrafa_city_disc.desc"
4+
"translate": "jukebox_song.generations_core.cascarrafa_city"
55
},
66
"length_in_seconds": 169.0,
77
"sound_event": "generations_core:generations_core.music.ambient.cascarrafa_city"

common/src/main/generated/resources/data/generations_core/jukebox_song/cerulean_city.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comparator_output": 0,
33
"description": {
4-
"translate": "item.generations_core.cerulean_city_disc.desc"
4+
"translate": "jukebox_song.generations_core.cerulean_city"
55
},
66
"length_in_seconds": 184.0,
77
"sound_event": "generations_core:generations_core.music.ambient.cerulean_city"

common/src/main/generated/resources/data/generations_core/jukebox_song/cynthia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comparator_output": 0,
33
"description": {
4-
"translate": "item.generations_core.cynthia_disc.desc"
4+
"translate": "jukebox_song.generations_core.cynthia"
55
},
66
"length_in_seconds": 385.0,
77
"sound_event": "generations_core:generations_core.music.battle.cynthia"

common/src/main/generated/resources/data/generations_core/jukebox_song/deoxys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comparator_output": 0,
33
"description": {
4-
"translate": "item.generations_core.deoxys_disc.desc"
4+
"translate": "jukebox_song.generations_core.deoxys"
55
},
66
"length_in_seconds": 414.0,
77
"sound_event": "generations_core:generations_core.music.battle.deoxys"

common/src/main/generated/resources/data/generations_core/jukebox_song/eterna_city.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comparator_output": 0,
33
"description": {
4-
"translate": "item.generations_core.eterna_city_disc.desc"
4+
"translate": "jukebox_song.generations_core.eterna_city"
55
},
66
"length_in_seconds": 136.0,
77
"sound_event": "generations_core:generations_core.music.ambient.eterna_city"

common/src/main/generated/resources/data/generations_core/jukebox_song/goldenrod_city.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comparator_output": 0,
33
"description": {
4-
"translate": "item.generations_core.goldenrod_city_disc.desc"
4+
"translate": "jukebox_song.generations_core.goldenrod_city"
55
},
66
"length_in_seconds": 182.0,
77
"sound_event": "generations_core:generations_core.music.ambient.goldenrod_city"

common/src/main/generated/resources/data/generations_core/jukebox_song/icirrus_city.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comparator_output": 0,
33
"description": {
4-
"translate": "item.generations_core.icirrus_city_disc.desc"
4+
"translate": "jukebox_song.generations_core.icirrus_city"
55
},
66
"length_in_seconds": 148.0,
77
"sound_event": "generations_core:generations_core.music.ambient.icirrus_city"

0 commit comments

Comments
 (0)