Skip to content

Commit 868366e

Browse files
committed
missing mint to loot
1 parent c73ce89 commit 868366e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

common/src/main/resources/data/generations_core/loot_tables/chests/level_ball.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,10 @@
429429
"type": "minecraft:item",
430430
"name": "cobblemon:rash_mint"
431431
},
432+
{
433+
"type": "minecraft:item",
434+
"name": "cobblemon:mild_mint"
435+
},
432436
{
433437
"type": "minecraft:item",
434438
"name": "cobblemon:calm_mint"

common/src/main/resources/data/generations_core/loot_tables/chests/park_ball.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,10 @@
341341
"type": "minecraft:item",
342342
"name": "cobblemon:rash_mint"
343343
},
344+
{
345+
"type": "minecraft:item",
346+
"name": "cobblemon:mild_mint"
347+
},
344348
{
345349
"type": "minecraft:item",
346350
"name": "cobblemon:calm_mint"

0 commit comments

Comments
 (0)