Posted June 25, 20214 yr I did a block and when I did in LootTables to use Silk Touch to get the item, it drop only when I use Silk Touch but it break even with Iron or Stone pickaxe and I set the harvestLevel to 2 so just Diamond only works. Someone can help me make the Silk Touch only work with Harvest Level +2?
June 25, 20214 yr Because that's how Silk Touch works. If you want to override this behavior, you need to use a Global Loot Modifier. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
June 25, 20214 yr Author Yea I found out that I used the method in other block and I tried it now and it works now Srry for wasting ur time 😅
June 25, 20214 yr So you tried this? public ObsidianGlass() { super(AbstractBlock.Properties.of(Material.GLASS) .strength(25, 1200) .sound(SoundType.GLASS) .harvestLevel(3) .harvestTool(ToolType.PICKAXE) .requiresCorrectToolForDrops() ); }
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.