
Can't store XP in XP Obelisk
TheMDVF opened this issue ยท 8 comments
Is there an existing issue for this?
- I did not find any existing issues.
Current Behavior
When clicking on any of the 'store' buttons it doesn't store any XP
https://github.com/user-attachments/assets/27848f53-3118-4080-a1c1-87d99a97d824
Expected Behavior
When clicking on the 'store' buttons it should store any XP
How to Test
- Have some XP;
- Place an XP Obelisk;
- Click on any of the 'store' buttons;
- It doesn't work.
Local Environment
- **Operating System**: Fedora Linux 41 (KDE)
- **Java version**: 21.0.3
- **Minecraft Version**: 1.21.1
- **Mod Loader**: NeoForge
- **Ender IO Version**: 7.0.11 alpha
- **Other Mods**: ATM 10 (2.3)
Any Additional Information?
Pumping XP through some cables still allows it to store normally.
I can't replicate this in my dev env. From the video, I can see that you are pumping exp into the block as well. Is this right ?
Hm, it could be because it's trying to pump and withdraw at the same time. I will investigate
I've had the same issue, but in my case, it seems to be a fluid mismatch. While the obelisk accepts liquids like Essence from Industrial Foregoing successfully, it fails to add experience to the pylon via the player as it likely (haven't read the code) is trying to input XP Juice, which is its native experience fluid, into a container that has another type of liquid experience already.