BuilderTools icon indicating copy to clipboard operation
BuilderTools copied to clipboard

Tiles are copied wrong

Open UnEnanoMas opened this issue 4 years ago • 6 comments

There is a plugin that lets you register the objects with negative ID and thus put them in the world

The plugin is: https://poggit.pmmp.io/p/ExtendedBlocks/1.1.1

I don't know if it is possible to allow them with world edit

image

UnEnanoMas avatar Apr 13 '21 16:04 UnEnanoMas

Test it first, then make an issue.

VixikHD avatar Apr 13 '21 16:04 VixikHD

I've already tried it, that's why I've opened an issue

The right side is a copy paste of the left

UnEnanoMas avatar Apr 13 '21 17:04 UnEnanoMas

When will this be finished?

I say this because now there is a plugin that uses ExtendedBlocks to put 1.16 objects

https://github.com/xSuperr/VanillaBlocks/tree/main/

And whenever you copy an object with negative ID, it automatically turns it into an "Update" block

MrBlasyMSK avatar Jul 20 '21 12:07 MrBlasyMSK

Block Id -1 is not valid block id value in pocketmine 3.0. It's world formats support only blocks with ids 0-255.

VixikHD avatar Jul 20 '21 13:07 VixikHD

Is there no way to add the negative ID blocks?

MrBlasyMSK avatar Jul 20 '21 13:07 MrBlasyMSK

World format does not allow it.

VixikHD avatar Jul 20 '21 13:07 VixikHD