Jump to content

Recommended Posts

Posted

Hello,

is there a way to break Blocks using enchantment effects e.g. Silk touch or fortune?

 

Thanks,

Busti

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Posted

Too bad.

I know how to harvest the blocks with these effects independently.

 

Thanks

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Posted

After digging through minecraft a bit I actually found an easy method to harvest blocks with enchantment effects.

blockInstance.harvestBlock(world, player, pos, world.getBlockState(pos), world.getTileEntity(posD))
world.setBlockToAir(pos)

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.