Skip to content

Commit

Permalink
Add lair_black_dragon_treasure to lair mapgen. (#44339)
Browse files Browse the repository at this point in the history
  • Loading branch information
arijust authored Sep 23, 2020
1 parent f550509 commit 9f4a1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/worldgen/black_dragon_lair.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
"items": {
".": [ { "item": "lair_black_dragon", "chance": 15, "repeat": [ 0, 2 ] } ],
" ": [
{ "item": "lair_black_dragon", "chance": 10, "repeat": [ 0, 2 ] },
{ "item": "lair_black_dragon_treasure", "chance": 10, "repeat": [ 0, 2 ] },
{ "item": "enchanted_small_items", "chance": 10, "repeat": [ 0, 2 ] },
{ "item": "enchanted_combat_items", "chance": 10, "repeat": [ 0, 2 ] },
{ "item": "enchanted_melee_weapons_plus2", "chance": 5 },
Expand Down

0 comments on commit 9f4a1b8

Please sign in to comment.