Snownee / Cuisine

Customize your food
https://www.curseforge.com/minecraft/mc-mods/cuisine
MIT License
51 stars 13 forks source link

Better with Mods interferes with Cuisine #52

Closed MilchLos closed 5 years ago

MilchLos commented 5 years ago

Minecraft Version: 1.12.2

Forge Version: 14.23.5.2838

Better With Mods Version: 1.12-2.3.20- 1033

Cuisine Version: 0.5.6-build866

Issue Description: When using the Basins from Cuisine to crush fruits to get Juice, you can't extract the fluid with a glass bottle unless Better With Mods is disabled. Tested with both mods and their dependencies only.

3TUSK commented 5 years ago

Known issue, can't be solve on either side without significantly change game contents from either side.

Workaround is to disable BWM's water bottle tweaks, use this workaround with caution if you care about balance.

There are some discussions regarding the same issue between Railcraft and BWM in Railcraft/Railcraft#1752 but there has been no further progress so far. If you want to know the technical details behind the issue, that ticket is a good read.

Snownee commented 5 years ago

I think you can disable the module in Better with Mods. Cuisine contains all features the BwM one has.

related codes: https://gitlab.com/BetterWithMods/1.12/BetterWithMods/blob/1.12/src/main/java/betterwithmods/event/BottleFluidCapability.java https://github.com/Snownee/Cuisine/blob/master/src/main/java/snownee/cuisine/internal/capabilities/GlassBottleHandler.java

MilchLos commented 5 years ago

As far as I can see there is no way to turn off the water bottle tweak of BWM.

Snownee commented 5 years ago

Forge designing issue. Cannot fix