XP Drops Overriding Loot Drops
Steelsouls opened this issue ยท 6 comments
I'm having a problem with my drops from Coal Ore, Iron Ore, Redstone Ore (incl. glowing), and Diamond Ore. They worked fine until recently and I'm not sure what changed. All I have them drop extra is XP. I have tried in the config to do every combination of overrides true/false (I'd like them all to be false and just do "extra" drops). None of the config overrides seem to have an effect. If I set the percent drop chance for XP to be low, then the items drop when the XP does not trigger. As soon as OtherDrops gets triggered for the drop no items are made. Here is the part of the config for these drops.
Version: This happens on both 2.8 beta1 and 2.8 beta2.
aliases:
- &pickaxeNoSilkTouch [ANY_PICKAXE, -DIAMOND_PICKAXE@!SILK_TOUCH, -GOLD_PICKAXE@!SILK_TOUCH, -IRON_PICKAXE@!SILK_TOUCH, -STONE_PICKAXE@!SILK_TOUCH, -WOODEN_PICKAXE@!SILK_TOUCH]
COAL_ORE:
- tool: *pickaxeNoSilkTouch
drop: XP/17
- tool: *pickaxeNoSilkTouch
drop: DIAMOND/1%/1-5
message: ["Wow! This coal became a diamond!"]
LAPIS_ORE:
- tool: *pickaxeNoSilkTouch
drop: XP/32
DIAMOND_ORE:
- tool: *pickaxeNoSilkTouch
drop: XP/48
REDSTONE_ORE:
- tool: *pickaxeNoSilkTouch
drop: XP/24
GLOWING_REDSTONE_ORE:
- tool: *pickaxeNoSilkTouch
drop: XP/24
Phew, I think I've fixed it... uploading beta4 now - here's a link until Bukkit approves the new file.
Sweet! Ill test this out and post here how it goes. Thanks for all your hard work on this incredible plugin!
Cool - yeah, please post back here and close the issue if you're happy with the result :)