Lekavar / DrinkBeer

GNU Affero General Public License v3.0
8 stars 15 forks source link

Update to 1.18.1 + fix beer crash #61

Open jrgitwubs opened 1 year ago

jrgitwubs commented 1 year ago

Related to #55.

I updated the gradle and mod settings to 1.18, updated some of the code to match that version and also fixed a crash that would happen when placing/removing drinks.

So far this worked with a friend of mine on his tests. All I did was to comment out this section here on the MixedBeerEntity class:

image

I don't know why this function is set to be client-side in the first place, so I'd appreciate if anyone here knows what kind of problems this would cause.

For those who are having this issue (#55), try cloning off my branch and building the mod yourself to see if it works as expected. In case you're still on 1.17, use the 1.17 branch, modify the line I indicated above and build the mod.