DaPigGuy / PiggyCustomEnchants

An open source custom enchantment plugin for PocketMine-MP
https://piggydocs.aericio.net/PiggyCustomEnchants.html
Apache License 2.0
103 stars 118 forks source link

Language of enchanted items not translated client side #296

Closed benda95280 closed 4 years ago

benda95280 commented 4 years ago

Please make sure your issue complies with these guidelines:

Issue Description

Steps to Reproduce the Issue

  1. Apply enchant and give to player : $item->addEnchantment(new EnchantmentInstance(CustomEnchantManager::getEnchantment($randedEnchantID), $enchantLevel));

OS and Versions

Extra Information

Example with French-English Example French/English

benda95280 commented 4 years ago

No information about this ?

DaPigGuy commented 4 years ago

It's currently not implemented.

benda95280 commented 4 years ago

Any idea why it happen ? Edit: I've take a look on difference between item, nothing interesting