Started by
MrCarrotox
on
Topic category: Help with Minecraft modding (Java Edition)
How do i make an item have an enchant even if you dont enchant it like how the twilight forest has steeleaf tools with enchants on it
Topic category: Help with Minecraft modding (Java Edition)
How do i make an item have an enchant even if you dont enchant it like how the twilight forest has steeleaf tools with enchants on it
The "Item is crafted" global event is what you're looking for as it provides an itemstack, you can then check if the itemstack is your item and apply your enchants.