when using the "flexibleBlockPlacementRotation" hotkey to place a bed towards a button(and probabely more), it removes the button
Nicolas-GE opened this issue ยท 4 comments
this was done on 1.16.3 with tweakeroo 1.16.4-0.10.0-dev.20201103.184154 on 1.16.3 and fabric-loader-0.10.6+build.214-1.16.3
Still works on fabric fabric-loader-0.10.6+build.214-1.16.4, tweakeroo tweakeroo-fabric-1.16.4-0.10.0-dev.20201110.132827
Still works On
Fabric: fabric-loader-0.11.6-1.17.1
Fabric Api: fabric-api-0.36.1+1.17
Tweakeroo: tweakeroo-fabric-1.17.1-0.10.0-dev.20210707.011318
Malilib: malilib-fabric-1.17.1-0.10.0-dev.23
should still be an issue in tweakeroo 155746, haven't tested yet
(why didn't the tweakeroo version increase to 0.10.1
?)
I haven't touched this part of the code in a long time. I'll probably fix this when I fully rewrite all the placement related code, as it's currently a horrible, unmaintainable mess.
As for the mod version... it hasn't been increased in like 2 years now... it just has the -dev
suffix, which in my build script is configured to get the build date and time appended to it. These were supposed to be "development builds leading to the eventual 0.10.0 release", but that just kept being the normal thing, always some small feature or bug fix added here and there, and a new build made with the automatic build date and time appended. There never seemed to be a "good point to call it 0.10.0 final".
The upcoming largely rewritten version will most likely be 0.11.0, although it too will likely start out as -dev
builds on 1.12.2 at first, but I think by the time I start the port to 1.13.2+ I'll mark it as 0.11.0
("final/full release" without the -dev suffix).