Started by MorelPlay on Sun, 04/24/2016 - 20:26 Topic category: Advanced modding As I can make a block can only catch with silk touch? Thank you Jump to top As you can do so? Make the block dropless and you will be able to pick it up with the enchantment. Jump to top Permalink Log in or register to post comments Try to just set it so the block doesn't drop anything. Jump to top Permalink Log in or register to post comments Try set drop amount on 0 and in the code add: protected boolean canSilkHarvest() { return true; } Jump to top Permalink Log in or register to post comments Oh Thanks for the code! I have already done it! Jump to top Permalink Log in or register to post comments @Nuparu00 finally a MCreator modder that uses the code! (and helps to other with that) Jump to top Permalink Log in or register to post comments
As you can do so? Make the block dropless and you will be able to pick it up with the enchantment. Jump to top Permalink Log in or register to post comments
Try to just set it so the block doesn't drop anything. Jump to top Permalink Log in or register to post comments
Try set drop amount on 0 and in the code add: protected boolean canSilkHarvest() { return true; } Jump to top Permalink Log in or register to post comments
Oh Thanks for the code! I have already done it! Jump to top Permalink Log in or register to post comments
@Nuparu00 finally a MCreator modder that uses the code! (and helps to other with that) Jump to top Permalink Log in or register to post comments
As you can do so? Make the block dropless and you will be able to pick it up with the enchantment.
Try to just set it so the block doesn't drop anything.
Try set drop amount on 0 and in the code add:
protected boolean canSilkHarvest()
{
return true;
}
Oh Thanks for the code! I have already done it!
@Nuparu00 finally a MCreator modder that uses the code! (and helps to other with that)