Skip to content

Commit ed00a49

Browse files
committed
Add missing lang entries and fix unown block recipes.
1 parent c1a0d74 commit ed00a49

35 files changed

+112
-106
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,6 +1387,9 @@
13871387
"cobblemon.move.psychicnoise": "Psychic Noise",
13881388
"cobblemon.move.psychicnoise.desc": "The user attacks with unpleasant sound waves, preventing the target from recovering HP through moves, abilities, or held items for two turns.",
13891389
"cobblemon.move.psychicnoise.name": "Psychic Noise",
1390+
"cobblemon.move.supercellslam": "Supercell Slam",
1391+
"cobblemon.move.supercellslam.desc": "The user electrifies its body and drops onto the target to inflict damage. If this move misses, the user takes damage instead.",
1392+
"cobblemon.move.supercellslam.name": "Supercell Slam",
13901393
"cobblemon.move.syrupbomb": "Syrup Bomb",
13911394
"cobblemon.move.syrupbomb.desc": "Spews an explosion of sticky syrup onto the target and causes their Speed to drop each turn for three turns.",
13921395
"cobblemon.move.syrupbomb.name": "Syrup Bomb",
@@ -3355,7 +3358,7 @@
33553358
"painting.generations_core.blue_poster.author.author": "Pokemon",
33563359
"painting.generations_core.blue_poster.title.title": "Blue Poster",
33573360
"painting.generations_core.blue_poster_sprite.author": "Pokemon",
3358-
"painting.generations_core.blue_poster_sprite.title": "Blue Poster SPrite",
3361+
"painting.generations_core.blue_poster_sprite.title": "Blue Poster Sprite",
33593362
"painting.generations_core.blue_scroll.author": "Pokemon",
33603363
"painting.generations_core.blue_scroll.title": "Blue Scroll",
33613364
"painting.generations_core.clefairy_poster_sprite.author": "Pokemon",

common/src/main/generated/resources/data/generations_core/recipes/rks/unown_block_a.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"type": "pokemon_item",
1212
"aspects": [
13-
"glyph-a"
13+
"a"
1414
],
1515
"species": "cobblemon:unown"
1616
}

common/src/main/generated/resources/data/generations_core/recipes/rks/unown_block_b.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"type": "pokemon_item",
1212
"aspects": [
13-
"glyph-b"
13+
"b"
1414
],
1515
"species": "cobblemon:unown"
1616
}

common/src/main/generated/resources/data/generations_core/recipes/rks/unown_block_c.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"type": "pokemon_item",
1212
"aspects": [
13-
"glyph-c"
13+
"c"
1414
],
1515
"species": "cobblemon:unown"
1616
}

common/src/main/generated/resources/data/generations_core/recipes/rks/unown_block_d.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"type": "pokemon_item",
1212
"aspects": [
13-
"glyph-d"
13+
"d"
1414
],
1515
"species": "cobblemon:unown"
1616
}

common/src/main/generated/resources/data/generations_core/recipes/rks/unown_block_e.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"type": "pokemon_item",
1212
"aspects": [
13-
"glyph-e"
13+
"e"
1414
],
1515
"species": "cobblemon:unown"
1616
}

common/src/main/generated/resources/data/generations_core/recipes/rks/unown_block_exclamation_mark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"type": "pokemon_item",
1212
"aspects": [
13-
"glyph-!"
13+
"!"
1414
],
1515
"species": "cobblemon:unown"
1616
}

common/src/main/generated/resources/data/generations_core/recipes/rks/unown_block_f.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"type": "pokemon_item",
1212
"aspects": [
13-
"glyph-f"
13+
"f"
1414
],
1515
"species": "cobblemon:unown"
1616
}

common/src/main/generated/resources/data/generations_core/recipes/rks/unown_block_g.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"type": "pokemon_item",
1212
"aspects": [
13-
"glyph-g"
13+
"g"
1414
],
1515
"species": "cobblemon:unown"
1616
}

common/src/main/generated/resources/data/generations_core/recipes/rks/unown_block_h.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"type": "pokemon_item",
1212
"aspects": [
13-
"glyph-h"
13+
"h"
1414
],
1515
"species": "cobblemon:unown"
1616
}

0 commit comments

Comments
 (0)