New projects are created as drafts and can be found under your profile page.
Create a project
Project moderation
A moderation message is optional, but it can be used to communicate problems with a project's team members. The body is also optional and supports markdown formatting!
Message title
Message body
GNU General Public License v3.0 only
Let Litematica be able to paste tile entity data of block / entity data in a server
By using a custom chat packet to bypass the chat length limit so the client and simply append the tile entity or the entity nbt tag to the /setblock
or the /summon
command
You need to install it on both client & server to work.
For the client-sode, it requires litematica mod only. For the server-side, it requires nothing
You need to set commandUseWorldEdit
to false and pasteNbtRestoreBehavior
to None
in litematica for this mod to work, if these 2 options exist in your litematica mod
Tile entity data won't be pasted again if the block state matches the schematic though