Skip to content

Commit c865d74

Browse files
committed
Fixed rks machine pokemon capsule recipes appearing as apples.
1 parent f35c6fe commit c865d74

File tree

93 files changed

+92
-114
lines changed

Some content is hidden

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

93 files changed

+92
-114
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"parent": "minecraft:item/generated",
33
"textures": {
44
"layer0": "generations_core:item/tera_shards/water_tera_shard"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"B": {
1313
"type": "generations_core:time_capsule",
14-
"key": "cobblemon:cobblemon",
14+
"key": "cobblemon:abomasnow",
1515
"strict": false
1616
},
1717
"C": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"B": {
1313
"type": "generations_core:time_capsule",
14-
"key": "cobblemon:cobblemon",
14+
"key": "cobblemon:absol",
1515
"strict": false
1616
},
1717
"C": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"B": {
1313
"type": "generations_core:time_capsule",
14-
"key": "cobblemon:cobblemon",
14+
"key": "cobblemon:aerodactyl",
1515
"strict": false
1616
},
1717
"C": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"B": {
1313
"type": "generations_core:time_capsule",
14-
"key": "cobblemon:cobblemon",
14+
"key": "cobblemon:aggron",
1515
"strict": false
1616
},
1717
"C": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"B": {
1313
"type": "generations_core:time_capsule",
14-
"key": "cobblemon:cobblemon",
14+
"key": "cobblemon:alakazam",
1515
"strict": false
1616
},
1717
"C": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"B": {
1313
"type": "generations_core:time_capsule",
14-
"key": "cobblemon:cobblemon",
14+
"key": "cobblemon:altaria",
1515
"strict": false
1616
},
1717
"C": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"B": {
1313
"type": "generations_core:time_capsule",
14-
"key": "cobblemon:cobblemon",
14+
"key": "cobblemon:ampharos",
1515
"strict": false
1616
},
1717
"C": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"B": {
1313
"type": "generations_core:time_capsule",
14-
"key": "cobblemon:cobblemon",
14+
"key": "cobblemon:audino",
1515
"strict": false
1616
},
1717
"C": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"B": {
1313
"type": "generations_core:time_capsule",
14-
"key": "cobblemon:cobblemon",
14+
"key": "cobblemon:banette",
1515
"strict": false
1616
},
1717
"C": {

0 commit comments

Comments
 (0)