RSPSApp / elvarg-rsps

16 stars 39 forks source link

World Item Spawns #224

Closed Mark7625 closed 1 year ago

Mark7625 commented 1 year ago

This adds world item spawns, I dumped these from the wiki using the API and cleaned up the code to spawn and load items, I also removed the boolean spawnable = GameConstants.ALLOWED_SPAWNS.contains(item.getItem().getId()); check when registering ground items as it does not much much sense

Note: I have added respawn times in the file, but this should be loaded via the item defs once the data is available