PowerNukkitX / PowerNukkitX-Legacy

GNU General Public License v3.0
6 stars 4 forks source link

Can add feature from paper? (PDC) #34

Open Tested5000 opened 1 year ago

Tested5000 commented 1 year ago

❇ Feature Request

https://docs.papermc.io/paper/dev/pdc

SuperIceCN commented 1 year ago

Currently, NBT tags can be used in PNX to do this. NBT tags in Paper requires reflection to access internals and was generally unreliable in the long term. But NBT tags in PNX does not require any reflection and is stable.

PDC is a good idea for PNX. But I don't think its urgency is high.

Tested5000 commented 1 year ago

Currently, NBT tags can be used in PNX to do this. NBT tags in Paper requires reflection to access internals and was generally unreliable in the long term. But NBT tags in PNX does not require any reflection and is stable.

PDC is a good idea for PNX. But I don't think its urgency is high.

Can we add NBT tags to chunks, structures, and worlds?

Tested5000 commented 1 year ago

or only for entities and items.