Posted August 12, 20214 yr I want to create new enchantment called "AutoSmelting", it will change Iron ore to iron ingot, wood log to charcoal when harvest block. How can i do this thing? I saw mc 1.16.5 use loot table to process enchantments like fortune and silk touch drop. Is that mean I need traversal all loot table in LootTableLoadEvent, and add new function to every loot table whitch has a smelting recipe? Or any other way to do this? thanks a lot Edited August 12, 20214 yr by tt36999
August 12, 20214 yr use Global Loot Modifiers: https://mcforge.readthedocs.io/en/latest/items/globallootmodifiers/
August 12, 20214 yr Author 14 minutes ago, Luis_ST said: use Global Loot Modifiers: https://mcforge.readthedocs.io/en/latest/items/globallootmodifiers/ oh,thanks,it's works fine
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.