You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to figure out if its possible to add Ancient Tomes as a mob drop with random enchantments applied to them from the valid enchantments list. I've tried to add them as a drop using a datapack, see the code block below, but I can't seem to get anything to happen with this method. Using ConfigurableExtraMobDrops allows a mob to drop an Ancient Tome but with no enchantments, it just says (Any Enchantment) and does nothing. Is there a function that is usable with NBT data or in a datapack to enchant them?
Minecraft: 1.19.2
Quark: 3.4-418
Forge: 43.4.2
Trying to figure out if its possible to add Ancient Tomes as a mob drop with random enchantments applied to them from the valid enchantments list. I've tried to add them as a drop using a datapack, see the code block below, but I can't seem to get anything to happen with this method. Using ConfigurableExtraMobDrops allows a mob to drop an Ancient Tome but with no enchantments, it just says (Any Enchantment) and does nothing. Is there a function that is usable with NBT data or in a datapack to enchant them?
Datapack Method
ConfigurableExtraMobDrop Config - Working Example
ConfigurableExtraMobDrop Config - Not Working with enchant_randomly but drop blank Ancient Tomes
ConfigurableExtraMobDrop Config - Not Working with enchant_randomly but drop blank Ancient Tomes
The text was updated successfully, but these errors were encountered: