maruohon / tweakeroo

A client-side Minecraft mod that adds various "tweaks" (= usually small-ish individual features)
GNU Lesser General Public License v3.0
480 stars 132 forks source link

issue: flexible rotation not working on server #70

Open nicolas-reig opened 4 years ago

nicolas-reig commented 4 years ago

It is a carpet server 1.14.4 and the rotation tweak does not work. In single player does. Is it interfering with any carpet feature? Please let me know so I can fix it.

maruohon commented 4 years ago

If the server is using FabricCarpet, then you also need the CarpetExtra extension. And then you need to enable the accurateBlockPlacement Carpet rule.

This will also be in the Servux mod in the future for the server side, probably in version 0.2.0, and from that point on it's recommended to use Servux on the server side for this, so that I can easily update the mod myself if/when needed.

nicolas-reig commented 4 years ago

Ok thanks now it works perfectly fine.