You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check you are using the latest version of the mods and its dependencies
Always include a latest.log if you are crashing
Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue persists.
If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version
1.20.1-FORGE
Supplementaries Version
supplementaries-1.20-3.1.12
Moonlight Lib Version
moonlight-1.20-2.13.58-forge
Describe Issue
There are three items that all share this behaviour when put in the Lunch Basked from Supplementaries:
Potion Flask
Enchanted Potion Flask: Extend Time
Enchanted Potion Flask: Amplify
The way those items work is kind of similar to Basket, albeit just for potions: You can store up to 8 potions (all must be the same potions) and you may drink from it to gain that potions effect.
Potion Flask doesn't modify potions in any way, while Enchanted variants either extend stored potions duration or increase their level at the cost of their duration.
When those flask are put inside of the Lunch Basked, because they are drinkable items, they will be accepted into the basked, but I guess because technically we are holding Basked and not Flask itself, the code responsible for reducing the count on the Flask tries to do so on the Basked... which does nothing.
I did update to newest version of the Supplementaries and Moonlight to make sure it wasn't fixed but sadly it's not, thus me writting this bug report.
EDIT: fixed misswritting
The text was updated successfully, but these errors were encountered:
Give me their id so I can blacklist them. Also idk why it wouldn't work because the way baskets work is they put an item in your hand, use it and then put it back so it should be the most compatible way ever to do things and should have caught this too
Before Continuing:
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
Version
1.20.1-FORGE
Supplementaries Version
supplementaries-1.20-3.1.12
Moonlight Lib Version
moonlight-1.20-2.13.58-forge
Describe Issue
There are three items that all share this behaviour when put in the Lunch Basked from Supplementaries:
The way those items work is kind of similar to Basket, albeit just for potions: You can store up to 8 potions (all must be the same potions) and you may drink from it to gain that potions effect.
Potion Flask doesn't modify potions in any way, while Enchanted variants either extend stored potions duration or increase their level at the cost of their duration.
When those flask are put inside of the Lunch Basked, because they are drinkable items, they will be accepted into the basked, but I guess because technically we are holding Basked and not Flask itself, the code responsible for reducing the count on the Flask tries to do so on the Basked... which does nothing.
I did update to newest version of the Supplementaries and Moonlight to make sure it wasn't fixed but sadly it's not, thus me writting this bug report.
EDIT: fixed misswritting
The text was updated successfully, but these errors were encountered: