1
0
Fork 0

Add cherry sapling to dungeon loot temporarily

This commit is contained in:
PrairieWind 2023-04-30 15:27:57 -06:00 committed by ancientmarinerdev
parent c5c35ca786
commit 74742f7fc8
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ local loottable =
items = {
{ itemstring = "mcl_farming:wheat_item", weight = 20, amount_min = 1, amount_max = 4 },
{ itemstring = "mcl_farming:bread", weight = 20 },
{ itemstring = "mcl_cherry_blossom:cherrysapling", weight = 15, amount_min = 1, amount_max = 4 }, -- FIXME: Remove when cherry blossom map generation is implemented.
{ itemstring = "mcl_core:coal_lump", weight = 15, amount_min = 1, amount_max = 4 },
{ itemstring = "mesecons:redstone", weight = 15, amount_min = 1, amount_max = 4 },
{ itemstring = "mcl_farming:beetroot_seeds", weight = 10, amount_min = 2, amount_max = 4 },