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

XPBlock emits light based on stored levels (max light @ level 30) #8

Closed Konlii closed 6 years ago

Konlii commented 6 years ago

Is this a feature you are interested in?

The best way I could think to do this is to use randomDisplayTick, which does sometimes cause a fraction of a second delay between adding/removing XP and the change in emitted light.

Testing in singleplayer, XPBlocks holding 30 levels (lightValue 15) successfully stop mob spawning. Have not tested in multiplayer.

bl4ckscor3 commented 6 years ago

This doesn't really fit the theme of the mod (if there even is something you could consider a theme) and feels more like a gimmick than a useful feature. As such I don't think it's a good addition as this mod is inteded for mass storage and easy sharing of XP and not anything else.