LandOfSignals (Railroad Signal Mod)

LandOfSignals (Railroad Signal Mod)

45.9k Downloads

Disable item drop if player is in creative

Citarofahrer opened this issue ยท 5 comments

commented

Is there any way to disable Blockdrop if the Player is in Creative?

commented

I think this is for the stellwand

commented

Ah I see, alright

commented

Not yet but should be easy to add ๐Ÿ‘๐Ÿผ

commented

In which Minecraft version or with which blocks does this happen? Because I can't reproduce this right now.

commented

ToDo:

Replace

getWorld().dropItem(onPick(), getPos());

With

super.onBreak();

  • Didnt work