NetherGamesMC / PocketMine-MP

A multi protocol server software for Minecraft: Bedrock Edition in PHP
https://pmmp.io
GNU Lesser General Public License v3.0
78 stars 97 forks source link

BlockData #472

Closed pmCraftiR closed 1 month ago

pmCraftiR commented 1 month ago

when i create a item and register it with plugin Customies it's not register for older versions and show block update. for example in 1.20.0 until 1.21.0 just item texture show in 1.21.0 in older versions its show block update

dries-c commented 1 month ago

https://github.com/CustomiesDevs/Customies/blob/master/src/item/CustomiesItemFactory.php#L100C17-L100C30 This has to be initiated for each version you want players to use.