Removed comment.

This commit is contained in:
bconlon 2020-08-20 19:54:25 -07:00
parent 76b2321b69
commit dcb3a5e67e

View file

@ -45,13 +45,6 @@ public class BlockAetherLog extends BlockLog {
ArrayList<ItemStack> items = new ArrayList<ItemStack>();
ItemStack itemstack = this.createStackedBlock(meta);
// if (this == BlocksAether.golden_oak_log)
// {
// Item item = Item.getItemFromBlock(this);
//
// itemstack = new ItemStack(item, 1, EnumLogType.Oak.getMeta());
// }
if (itemstack != null)
{
items.add(itemstack);