Bugfixes
- Fixed Tipsy chat scrambling compatibility with any mods that modify chat messages to have different colors (For example, Styled Chat)
- [FABRIC] Fixed no Tipsified chat messages being cancelled on the client.
Bugfixes
- Fixed Tipsy chat scrambling compatibility with any mods that modify chat messages to have different colors (For example, Styled Chat)
- [FABRIC] Fixed non Tipsified chat messages being cancelled on the client.
- This update is required both clientside and serverside.
Changes
- Tipsy's sway is now lerped between values.
- Tweaked Tipsified text modifications to be more frequent and less set in stone.
- Tipsy is no longer consistently modified, opting for random modifications.
- The value at which Tipsy is randomised is consistent between clients.
Bugfixes
- Fixed Tipsified text stripping chat styling.
- Fixed Tipsified text not respecting spaces within usernames (will show up in nickname mods).
- Fixed block culling not respecting Tipsy swaying to a certain degree.
- Sometimes, screen tears may happen, but I don't know enough about rendering to fix it :P.
- [FABRIC] Fixed server-sided Tipsy chatting not working with mods that run off Fabric API's chat event.
Major Changes
- [FABRIC] Updated for Farmer's Delight Refabricated 3.0.0.
- Optimised temperature into not checking every tick. Temperature is now only checked every 4 seconds or whenever the Keg GUI is opened,
Bugfixes
- Fixed the keg not removing items upon fermenting.
- Fixed keg emptying fluids multiple to the capacity amount, rather than the amount of the fluid in the tank.
- Fixed Tipsy chat scrambling applying to the wrong player on servers.
- Fixed incorrect rendering of Keg recipe book.
- Fixed incorrect item count in EMI Pouring recipes.
- [NEOFORGE] Fixed food anchored hud overlays from other mods being offset down into the food bar when Intoxication is applied. #38
- [FABRIC] Fixed a classloading issue preventing the ItemLike (Mojmap) interface from having mixins applied.
- This issue is explained at MehVahdJukaar/FarmersDelightRefabricated#77
- [FABRIC] Fixed the keg not accepting items in cases.
Bugfixes
- Fixed a crash on Fabric when having an item inside the keg and getting out a fluid due to a faulty transfer setup.
- Fixed pouring recipes consuming two items instead of one.
- Fixed a regression where Cheese fluids do not have icons.
- Fixed cheese fluid tags being empty.
- Fixed EMI integration crashes due to an incorrect import.
- Fixed EMI integration being unable to transfer more than once for fermenting recipes with a fluid ingredient.
- Fixed EMI integration item loss when transferring twice.
Minor Changes
- Reimplemented Create compat on NeoForge, now that it is updated.
- Moved Create compat fluid_item_displays to
create.json
outside ofdefault_displays.json
. - Fixed special recipe fluids not being inserted into the keg correctly.
- The 'functions' field within 'remaps' fields of Item Fluid Displays is now optional.
Bugfixes
- Fixed the inability to open kegs in a server setting.
Changes
- Ported the mod to 1.21.1.
- The mod now supports NeoForge and Fabric under one codebase.
- Multiloader probably won't happen for 1.20.1, please don't ask.
- Made improvements to vanilla recipe book integration.
- Removed the fallback fluid rendering from the keg's tooltip if an item isn't present. You're likely to have an associated item.
- Renamed certain item tags to match conventional names closer.
brewinandchewin:cheese_wedges
->brewinandchewin:foods/cheese_wedge
brewinandchewin:horror_meats
->brewinandchewin:foods/horror_meat
brewinandchewin:raw_meats
->brewinandchewin:foods/jerky_meat
brewinandchewin:pizza_toppings
->brewinandchewin:foods/pizza_topping
- Delayed damage from Tipsy now bypasses most forms of damage reduction.
- Intoxication now affects all sources of saturation.
- Rewrote Tipsy chat scrambling to make it more consistent across players, and to follow the original logic.
- Tipsified chat messages now count as modified messages on the client, and you are now able to be prompted to see the original by hovering over the chat.
- Re-organised the creative tab.
- Brewin' and Chewin' 1.21.1 files are now hosted on the Greenhouse maven. Please read the README for more information.
Internal
- Swapped config solution from Forge config to Greenhouse Config.
- There is no config screen at the moment. This will be added later.
- Updated recipe code to match 1.21.1 specifics, such as allowing NeoForge fluid ingredients.
- Unfortunately, I cannot extensively document the changes right now, as they swept across the entire mod. Hopefully I'll get to working on the wiki soon - Pug.
- Swapped fluid ingredients for BnC Fermenting recipes to use fluid tags.
- Removed the maximum of 10000mB for Keg capacity in the configuration.
Bugfixes
- Fixed keg eating fluid inputs when extracting more than the output slot's stack amount.