Customies
Customies copied to clipboard
A PocketMine-MP plugin that implements support for custom blocks, items and entities.
Hey! So essentially on my server were using our custom blocks for buildings etc They seem to have a delay and aren’t as smooth as default blocks. Like for example...
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.
This fixes the icon texture not showing up correctly

### **I don't know if it's just for me, but when I create an item, example: an esoada, the durability is not in the item, so the item is unbreakable.**
I'm using the latest version of the plugin on pmmp 5.24.0. I did everything according to the wiki, but the texture doesn't work. The plugin and texture pack are archived....
Fixes
This PR aims to fix some stuff in customies such as the creative inventory problem. The PR is not completed yet. I only created a simple solution for creative inventory...
Remove unused code from pm4 to pm5 transition ## Changed API related code - Removed `getCurrentBlockProperties()` function from `Permutable` interface - Removed `fromMeta()` function from `Permutations` class - Removed `toMeta()`...
This can be removed from the code base since the client does not support it anymore.