Another terrain block small fix
This commit is contained in:
parent
6a1ab89e39
commit
b5ebabd824
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ public class BaseTerrainBlock extends BaseBlock {
|
|||
if (tool != null && EnchantmentHelper.getItemEnchantmentLevel(Enchantments.SILK_TOUCH, tool) > 0) {
|
||||
return Collections.singletonList(new ItemStack(this));
|
||||
}
|
||||
return Collections.singletonList(new ItemStack(Blocks.END_STONE));
|
||||
return Collections.singletonList(new ItemStack(getBaseBlock()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue