Skyblocker
Skyblocker copied to clipboard
Sign calculator
adds ability to do calculations when inputting number into signs and a calculate command
sign input
command
I have created custom calculator utility for this using a shunting yard algorithm to convert calculation to RPN and then calculating the answer. it also supports (s, k, m, b) and created tests for this.
also tested in game bazaar and ah
Another banger by olim. Do you think it would be doable to have an interface that a screen could implement to have it somewhere else? i.e. the popup to set the price/bid in fancy AH.
implement to have it somewhere else
This should not be to hard. If the renderSign method in SignCalculator to a location (add possible renamed) then it should work were ever this is called. is this the sort of thing you meant
add "e" for "enchanted", equals 160 (2.5 stacks)
This should not be to hard. If the renderSign method in SignCalculator to a location (add possible renamed) then it should work were ever this is called. is this the sort of thing you meant
yea that's good enough
Maybe only works if you have a =
sign in front like =4s * 5
. Also would be nice to have purse
be the number of coins you have in your purse.
add "e" for "enchanted" have purse be the number of coins you have in your purse
good idea. i have added this and put a key in the tooltip so players know its there
Maybe only works if you have a = sign in front
i feel like this is a nice idea and some will like it however i like to be reassured what the value of the sign is going to be even if i am just doing something like 1.02k so i have made it a toggle in the settings so both options are available
last nitpick and I think this PR will be good, add "p" for "purse" maybe? to make it easier and faster to type
last nitpick and I think this PR will be good, add "p" for "purse" maybe? to make it easier and faster to type
I still don't get how this one would be useful tho
I still don't get how this one would be useful tho
make it faster to type or something, faster to type "p" than "purse"
Can you do git pull master
and git rebase master
instead of merging master.