Hi, I was wondering if someone could assist me?
I've added the test generator to the loot table, which seems to be working. However the other crates are now a bit odd (Fuel barrels now only drop 1 item even though it's set at 2)
Is the option to have every crate / barrel inactive and just leave the one with the added loot as active? I would assume that everything else would be vanilla except the one that's "active"
Just adding one loot item
All the options are shown in the documentation,
You have to go through the DATA LootTable.json and change the settings to what you want.
Remember the plugin must be unloaded when editing then saved then the plugin reloaded.
"LootTables": {
"assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-1.prefab": {
"Enabled": true,
"ItemList": {
"barricade.stone.blueprint": {
"Max": 1,
"Min": 1
},
"barricade.wood": {
"Max": 1,
"Min": 1
},
"bucket.water": {
"Max": 1,
"Min": 1
},
"burlap.gloves": {
"Max": 1,
"Min": 1