APDevTeam / Movecraft

The original movement plugin for Paper. Reloaded. Again.
GNU General Public License v3.0
122 stars 74 forks source link

Is there a way to get persistent block data on non tile entities? #638

Closed ddowen closed 2 weeks ago

ddowen commented 3 months ago

I have this special block that has a special block data nbt tag, but it becomes a normal block when moving, any fix?

TylerS1066 commented 2 months ago

I thought that NBT data for blocks was part of the BlockState, in which case it should be moved with it? If not, we'd need to do an analysis of the performance impact of moving NBT data.

TylerS1066 commented 2 weeks ago

With the merging of #673, I am certain that PersistentDataContainers are moved with crafts.