Customies icon indicating copy to clipboard operation
Customies copied to clipboard

A PocketMine-MP plugin that implements support for custom blocks, items and entities.

Results 38 Customies issues
Sort by recently updated
recently updated
newest added

Concerned packets: use pocketmine\network\mcpe\protocol\ItemComponentPacket pocketmine\network\mcpe\protocol\types\ItemComponentPacketEntry pocketmine\network\mcpe\protocol\types\ItemTypeEntry why ? : "Migrated ItemData from StartGamePacket into ItemRegistryPacket (renamed from ItemComponentPacket)" cf : https://feedback.minecraft.net/hc/en-us/articles/34034576387469-Minecraft-1-21-60-Bedrock and https://github.com/pmmp/BedrockProtocol/blob/18af084af2b60934c28b0f3efcfe776e044f849c/src/ItemRegistryPacket.php

After someone updated Customies, they forgot to create the id when the Closure is called in registerItem()

This pull request introduces major changes to the Customies plugin, focusing on a new system for registering custom blocks and items through JSON configuration files, significant codebase restructuring, and removal...

Recipe craft fixes

**Summary:** This patch fixes a texture loading issue caused by uppercase letters in custom item/block identifiers. Details: - Converts $identifier to lowercase during registration. - Ensures consistent identifier formatting without...

glint wasn’t showing, record was causing some gray error in console (param order mismatch i think) changed glint getName to "minecraft:glint" switched record constructor param order (duration first) thanks 👍

When I break a block and the breaking animation is finished, the player continues breaking the block for another 0.5 to 1 second before it finally drops