the Barrel Loot and crate loot on caves stay default Rust & Some Barrels as wel for no reason...
Not working with some caves/monumentsSolved
You need to add these assets to BetterLoot.json in the config folder.
"assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-1.prefab",
"assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-2.prefab",
"assets/bundled/prefabs/autospawn/resource/loot/trash-pile-1.prefab",
You will also need to add them into the LootTables.json as well and add what loot you want them to have. I found it easiest to copy the barrels I had already done and just replace the prefab name at the end to reflect the new ones.
"assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-2.prefab",
"assets/bundled/prefabs/autospawn/resource/loot/trash-pile-1.prefab",
You will also need to add them into the LootTables.json as well and add what loot you want them to have. I found it easiest to copy the barrels I had already done and just replace the prefab name at the end to reflect the new ones.
Thank you
Locked automatically