EvilCraft

EvilCraft

19M Downloads

Dark Ore Dropping Experience

KAfable opened this issue ยท 2 comments

commented

Issue type:

  • ๐ŸŒ Performance issue

Hi, I'm currently trying to use Dropt as a way to control block drops for my pack, however it seems that Apatite Ore still continues to drop experience after configuring Dropt to prevent that.

Would it be possible to have dark ore use
public int getExpDrop(IBlockState state, IBlockAccess world, BlockPos pos, int fortune) to provide the xp as I think dropBlockAsItemWithChance is an old method.

For what it's worth, this is my current Dropt json, it manages to successfully alter Coralium ore xp drops, but Dark Ore and Apatite ore both still use dropBlockAsitemWithChance.

Thanks.

commented

I'll look into it, it's possible that dropBlockAsitemWithChance has been deprecated, but I'll have to dive into the code to check.

commented

Dropt dev goes into more detail here whenever you have the time, my original suggestion might not be correct as I'm still new to Java.

codetaylor/dropt-1.12#21