Funwayguy / InfiniteInvo

Enlarge the vanilla Minecraft inventory infintely (or until Java runs out of memory at 2.14 billion slot!)
10 stars 10 forks source link

Bug: "Use Orbs" option doesn't work if your number of LEVELS is less than the number of orbs required. #26

Closed Gaelan closed 9 years ago

Gaelan commented 9 years ago

I found a bug! I can code, but I can't/am to lazy to learn how to set this up in a Forge dev environment, so the best I can do is report it:

On this line, the server checks if the users has enough XP to unlock the next slot. However, it doesn't check if the cost is in levels or orbs, and therefore you need to HAVE a lot more XP then you actually need to use to buy a slot.

Funwayguy commented 9 years ago

Knew I missed a spot somewhere. Thanks for pointing that one out, should have it fixed soon as long as my studies don't get too hectic

Funwayguy commented 9 years ago

Update pushed out which should fix this