maruohon / litematica

A modern client-side schematic mod for Minecraft
GNU Lesser General Public License v3.0
726 stars 217 forks source link

Easyplacement compatability with tweakeroos afterclicker #331

Open RasmusKD opened 3 years ago

RasmusKD commented 3 years ago

When placing schematic blocks using easy placement, the after clicker doesn't click. It would be useful if it did so placing trapdoors and possible other clickable blocks could be done faster using these two features together.

maruohon commented 3 years ago

Easy Place mode is supposed to handle the block placement fully on its own, there should be no need for a separate After Clicker action with it.

There are currently many blocks which are not fully supported for all their properties in the Easy Place mode though. (More precisely which are not supported in the Carpet accurateBlockPlacement protocol/rule, on either side, ie. on Litematica's or Carpet's side).

I'm going to work on expanding the protocol support for more blocks during the upcoming bigger Litematica update. Although it's also possible/likely that the Easy Place mode will be moved to a separate small extension mod during that update, as many users and servers don't like and don't allow the Easy Place mode, while the rest of the mod would be allowed.