CustomiesDevs / Customies

A PocketMine-MP plugin that implements support for custom blocks, items and entities.
MIT License
112 stars 52 forks source link

Added Block Components & Updated Item Components #135

Open jeantkg opened 3 months ago

jeantkg commented 3 months ago

I have added all the block components necessary for custom blocks, I also remove the use of the Model and Material file as we can use block components instead.

jeantkg commented 2 months ago

I'm going to also update Item Components in this Pull Request. Also is there any reason for isProperty() anymore? Is there any docs on item_properties?

Nya-Enzo commented 2 months ago

the item_properties are mainly protocol related, and you most likely won't see them in any docs since addons don't use it like that, it's just mojang requires it to be like this in the packet data