add enchantments (#7)

* adding enchantments

added enchantments, changed minor apis to ensure c# stays synced with the c++ server

* add missing enchant apis, oops

* add proper docs, and fix namings for stuff in itemmeta

---------

Co-authored-by: sylvessa <225480449+sylvessa@users.noreply.github.com>
This commit is contained in:
DrPerkyLegit 2026-03-28 14:33:54 -04:00 committed by GitHub
parent 921abd48a7
commit 017f42b7cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 1181 additions and 4 deletions

View file

@ -126,6 +126,7 @@ public class ItemStack
public bool setItemMeta(ItemMeta? itemMeta)
{
_meta = itemMeta?.clone();
SyncToOwner();
return true;
}