gnembon / fabric-carpet

Fabric Carpet
MIT License
1.73k stars 275 forks source link

flipping cactus doesn't work on crafter #1951

Open alien-sunset opened 4 months ago

alien-sunset commented 4 months ago

Minecraft 1.21 carpet 1.4.147v240613

expected behavior: right clicking on a crofter with a cactus will rotate it similarly to dispensers/droppers observed behavior: right clicking on a crafter with a cactus opens the crafter inventory

sakura-ryoko commented 4 months ago

Side note: The Crafter does not use the same block rotation properties as the Dropper / Dispensers / Observers, etc.

So the code would need to be updated to take into account the changes in Block States that the Cactus can flip; but just so you know, it was with great pain, but I got the rotations working with Tweakeroo if you need an alternative.