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

Redstone Control? #25

Closed papaworld closed 3 years ago

papaworld commented 3 years ago

Would it be possible to have normal/inverted/ignore redstone control with a possible comparator output.

bl4ckscor3 commented 3 years ago

The comparator already works with the XP Block. It will show how much XP is stored in it. By default, a signal length of 15 will mean that there are 30 levels (1395 XP) stored in the XP Block. You can change this value in the config file.

I don't think that a redstone input for the block is needed, or what it would be even used for.

papaworld commented 3 years ago

I've created an Experience Orb Generator. The orbs absorbed would go to 1 of 3 machines that would pickup the orbs, the 3 machines produce: 1) Bottles o Enchanting 2) XP storage (your mod) 3) Essence (Industrial Foregoing)

The machines for Bottles o Enchanting and Essence are redstone controlled manually for the desired output. Global XP is pushed in and out of the pickup range with a piston also with manual on/off button (not ideal pickup). Otherwise, I have to break and store the Global XP block when other outputs are desired. ThanX for your consideration. Great mod!! Very helpful.

bl4ckscor3 commented 3 years ago

Ah, I see. You want the redstone input to toggle whether the XP Block can pickup XP orbs. I can add that. Sorry for my ignorance before.

papaworld commented 3 years ago

No problem, Sir... I should have clarified the functional application. I much appreciate your consideration willingness and producing a super mod usable at near-vanilla level to high-end tech level. Thank you.

bl4ckscor3 commented 3 years ago

This feature is now available in v1.7 of Global XP.

papaworld commented 3 years ago

bl4ckscor3, thank so much for the redstone control addition to your mod. Play-On!!