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

Enhancement - GUI to control XP amount deposited/withdrawn #47

Open pcolb1 opened 1 month ago

pcolb1 commented 1 month ago

A nice to have enhancement - GUI that would allow the deposit/withdrawal of XP rather that all/1 level. e.g.:

Deposit: buttons: ">" = 1 level ">>" = 10 levels ">>>" = All

Withdrawal: buttons: "<" = 1 level "<<" = 10 levels "<<<" = All

bl4ckscor3 commented 1 month ago

I'm not sure I want this in the mod. I initially designed the block with no GUI in mind. For what it's worth, you can already configure the amount of XP you can deposit/extract in the mod's config to some extent.

pcolb1 commented 1 month ago

Ok, what about piping in to the block so you can extract XP from storage like AE2 for example (piping out also) or maybe a tap (like the one in mob grinding utils) the will allow orbs to drop for the block to collect?

Just a few thoughts :) Great mod btw

bl4ckscor3 commented 1 month ago

I have thought about it in the past but have not looked into XP fluids yet.