Adds chests in place of some (randomly chosen) rocks with random items inside.
Feel free to modify the table at the top of control.lua
, removing or adding items:
- The name
key is the name of the item. A list can be found here, but be careful, some of these are not items, but entities!
- The lowerNum
key is the lowest possible quantity of that item that could be in the chest
- The upperNum
key is the highest possible quantity of the item
- The chance
key is the percent chance (1-100) that that item will actually appear if randomly chosen.