Vending Machine

Vending Machine

757k Downloads

Vending Machine Scroll Bar bugged - Sales Cost not displaying.

Tyrius1 opened this issue · 1 comments

commented

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

commented

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 ❤️