Lupicus / VendingMachine

Vending Machine for Minecraft
https://www.curseforge.com/minecraft/mc-mods/vending-machine
MIT License
1 stars 2 forks source link

Vending Machine Scroll Bar bugged - Sales Cost not displaying. #3

Closed Tyrius1 closed 4 years ago

Tyrius1 commented 4 years ago

setting this up now but it appears the scroll bar is not working in the vending machine. https://pastebin.com/RrirZPv7 got the items to display and the proper item is displayed for the currency type (argent plates) though the cost isnt being added properly. https://pastebin.com/tVP3GFL8 this one i added the amount of sales just to see if it was the format but it still did not display the proper amount of argent plates required for purchase.

Minecraft 1.15 Forge-34.1.5 VendingMachine-1.15.1-1.0.0.2.jar

Tyrius1 commented 4 years ago

If possible it would be nice to convert the config format something more like this as well:

FixedItems = "doomweapon:argent_plate,5,doomweapon:doom_helmet,1; doomweapon:argent_plate,15,doomweapon:doom_chestplate,1; doomweapon:argent_plate,10,doomweapon:doom_leggings,1; doomweapon:argent_plate,5,doomweapon:doom_boots,1

Rather than having them be listed side by side, It's much easier to locate issues this way ❤️