bl4ckscor3 / GlobalXP

Adds a block to store XP accessible to all players
https://curseforge.com/minecraft/mc-mods/global-xp
MIT License
7 stars 6 forks source link

XP Orb Capture #24

Closed Bletch1971 closed 3 years ago

Bletch1971 commented 3 years ago
  1. added the ability for the XP block to capture XP orbs.
  2. added a config setting to enable/disable capture XP orb - default true. Radius of ~3 blocks in all directions.

Implemented a modifier amount that can increase the area, but have not adding anything to change it, modifier defaulted to 0 (0 blocks), so uses standard ranges of ~3 blocks. Could implement a GUI or implement some type of upgrade to increase the modifier, so even make it a config setting.

bl4ckscor3 commented 3 years ago

Thanks!