| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
The enum SlotTextState is very self-descriptive if you wonder what the states are
|
|
|
|
`Abstract` prefix and rename simple implementations with a `Simple` prefix
|
|
- Refactored SlotTextAdders to take in ItemStack and int slotId rather than Slot
- Refactored the renderSlotText method from HandledScreenMixin into SlotTextManager and added an overloading function that takes in the itemstack, slot id, x and y and the previous function with the Slot parameter just delegates to it with the relevant fields from that Slot object
- As a result of the above 2 changes the logic in CommunityShopAdder had to be changed too, now it figures out the screen from the method calls to `getText` rather than the Slot's inventory.
- Fixed slot text not being rendered in backpack preview
- Added private constructor for BackpackPreview (because it's all static methods anyway)
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
|
|
Added EssenceShopPrice Feature, moved concatenate methods from ChocolateFactorySolver to Utils as they most likely will be used many times
Co-authored-by: Rime <81419447+Emirlol@users.noreply.github.com>
Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
when incoming chat message with waypoint locations make sure the waypoint does not already exist in active waypoints, so waypoints can not get randomly moved
|
|
fix formatting of code in place to be correct
|
|
when the player just types add share and remove to commands without arguments bring up a menu in chat to select the location to use for that action
|
|
|
|
fix issues. and remove unnecessary square root
|
|
tests can not point to 0 as that now returns null because that is the same as parallel. but as 0 is not in ch it should not actually be a problem
|
|
for some reason the library function returns 0 instead of null if parallel
|
|
|
|
fix testing for translated string
|
|
|
|
|
|
fix clickable command text and use more particles for wishing compass making it a lot more accurate
|
|
|
|
make sure its within 100 blocks of the players zone
|
|
|
|
add option for wishing compass to config and translations for text in it. add separate scale for crystal waypoints and commissions
|
|
add command to remove way-point and consistence for the add and share
|
|
|
|
|
|
scan for messages to improve locations and auto add King. also fix bugs just introduced
|
|
|
|
take more location formats and partial matches for names
|
|
replace the use of crystal waypoints with mining labels so they can be read from the hole of the hollows
|
|
variables
|
|
|
|
|
|
|
|
|
|
|
|
- Added skyblock hour
- Added events for each time unit (year, season, month, day, hour) that are fired when the time unit changes value
- Removed magic numbers and added constant fields holding the numbers
|
|
|