What kind of dungeon loot is added by different mods?
Railcraft has its loot config fully in the config file:
GregTech and Forestry also add some loot but that's not specified in their configs. So what they are is what I'd like to know. Also, I saw in VintageBeef's video that he got a Factorization item in dungeon chest but that mod doesn't have dungeon loot config, is it added by GregTech?
Railcraft has its loot config fully in the config file:
Code:
dungeon.loot {
cart.basic=10
cart.chest=10
cart.tnt=5
cart.work=8
creosote.bottle=20
fuel.coke=20
steel.block=5
steel.ingot=10
tie.wood=20
tool.crowbar=10
tool.steel.axe=5
tool.steel.pickaxe=5
tool.steel.shovel=5
tool.steel.sword=5
track.basic=30
}
GregTech and Forestry also add some loot but that's not specified in their configs. So what they are is what I'd like to know. Also, I saw in VintageBeef's video that he got a Factorization item in dungeon chest but that mod doesn't have dungeon loot config, is it added by GregTech?