Error while compiling: ExtendedRecycler.cs(456,26): error CS1061: Type `Recycler' does not contain a definition for `dropChance' and no extension method `dropChance' of type `Recycler' could be found. Are you missing an assembly reference?
Type `Recycler' does not contain a definition for `dropChance'Fixed
@orange the dangerous treasures plugin had the same error and fixed this - so you can prolly just check that to see what had to be changed
Merged post
looks like container.dropChance (float value) is now container.dropsLoot (boolean value)
Locked automatically