plusls / plusls-carpet-addition

carpet addition for minecraft
Creative Commons Zero v1.0 Universal
107 stars 41 forks source link

[Bug] Can't convert dirt to mud in 1.19 #21

Closed kosma closed 2 years ago

kosma commented 2 years ago

Minecraft Version

1.19

Plusls Carpet Addition Version

1.19-0.2.5-beta+1703874

Carpet Version

1.19-1.4.79+v220607

Fabric API Version

0.56.0+1.19

Description

In the 1.19 branch, the mod makes it unable to convert dirt into mud using a water bottle. The reason is that you @Override the method in the mixin, which is considered very naughty and you will be getting coal for Christmas. The Minecraft Commitee for Good Mixins suggests you use @Inject instead. :p

To Reproduce

Run the 1.19 branch, rightclick a dirt block with a water bottle. (In my setup, PCA was on the server)

Expected behavior

Dirt turns into mud.

Log

No response

Latest CI build tested

Hendrix-Shen commented 2 years ago

Try this version 0.2.5-beta+38c6228.

kosma commented 2 years ago

Thanks!