Skip to content

Commit

Permalink
fix Lemonszz#5 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Klebestreifen committed Feb 1, 2020
1 parent e08aa1c commit 81d1ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public boolean shouldSideBeRendered(IBlockState blockState, IBlockAccess blockAc
@Override
public NonNullList<ItemStack> onSheared(ItemStack item, net.minecraft.world.IBlockAccess world, BlockPos pos, int fortune)
{
return NonNullList.withSize(1, new ItemStack(this, 1, 1));
return NonNullList.withSize(1, new ItemStack(this, 1, 0));
}

@Override
Expand Down

0 comments on commit 81d1ee1

Please sign in to comment.