Reply To: Broken Loot Chests

Home Forums MeseCraft Discussion Support Broken Loot Chests Reply To: Broken Loot Chests

#3934
gd2shoe
Participant

Ok, I’ve submitted a pull request.  Fingers crossed.  Let’s see what the dev team does with it.  Several unrelated bugs that keep the unstable branch from running, a fix for pre-existing buggy chests…  It’s been a bit of a journey.  I stuck to mostly bronze and steel stuff, seeds, with a few goodies thrown in.  No Mese, no magic materials.  You can find rare lightposts in ruins on the surface, for example, so I don’t feel bad about that.

Numbers are maximums.  The average will be about half that.  Average 16 item stacks.  I expect someone will pare this back a bit before it gets merged in.  The goal is to get players to hesitate before skipping past Geomoria.  Chests in Geomoria aren’t that common, though there are hidden chests if you already know where to look.

loot_table = {
{“default:coal_lump”, 40},
{“default:stick”, 99},
{“default:torch”, 90},
{“candles:candle”, 5},
{“pigiron:iron_ingot”, 12},
{“default:steel_ingot”, 8},
{“default:copper_ingot”, 16},
{“default:tin_ingot”, 16},
{“default:bronze_ingot”, 14},
{“moreores:silver_ingot”, 6},
{“default:gold_ingot”, 2},
{“default:mese_post_light”, 2},
{“df_trees:goblin_cap_wood_mese_light”, 2},
{“moreblocks:glow_glass”, 1},
{“death_compass:inactive”, 2},
{“bees:grafting_tool”},
{“bees:bottle_honey”, 1},
{“bees:wax”, 10},
{“farming:seed_barley”, 10},
{“farming:seed_cotton”, 10},
{“farming:seed_mint”, 10},
{“farming:seed_oat”, 10},
{“farming:seed_rice”, 10},
{“farming:seed_rye”, 10},
{“farming:seed_wheat”, 10},
{“farming:string”, 6},
{“fire:flint_and_steel”},
{“bweapons_utility_pack:torch_bow”},
{“bweapons_bows_pack:arrow”, 50},
{“bweapons_bows_pack:bolt”, 50},
{“bweapons_bows_pack:crossbow”},
{“bweapons_bows_pack:wooden_bow”},
{“default:axe_bronze”},
{“default:axe_steel”},
{“default:pick_bronze”},
{“default:pick_steel”},
{“default:shovel_bronze”},
{“default:shovel_steel”},
{“default:sword_bronze”},
{“default:sword_steel”},
{“farming:hoe_bronze”},
{“farming:hoe_steel”},
{“moreores:axe_silver”},
{“moreores:hoe_silver”},
{“moreores:pick_silver”},
{“moreores:shovel_silver”},
{“moreores:sword_silver”},
{“3d_armor:boots_bronze”},
{“3d_armor:boots_steel”},
{“3d_armor:chestplate_bronze”},
{“3d_armor:chestplate_steel”},
{“3d_armor:helmet_bronze”},
{“3d_armor:helmet_steel”},
{“3d_armor:leggings_bronze”},
{“3d_armor:leggings_steel”},
{“mobs:horseshoe_bronze”},
{“mobs:horseshoe_steel”},
{“mobs:lasso”},
{“mobs:shears”},
{“shields:shield_bronze”},
{“shields:shield_steel”},
{“realcompass:0”},
{“ropes:wood1rope_block”, 2},
{“tnt:gunpowder”, 10},
{“vessels:glass_bottle”, 3},
{“vessels:glass_fragments”, 20},
{“thirsty:gold_canteen”},
{“thirsty:silver_canteen”},
}