Highly incomplete code. First work on porting to 1.12. Still need to rework a LOT of things.
This commit is contained in:
@@ -57,7 +57,7 @@ public class TileItemGen extends AEBaseTile implements IInventory
|
||||
else
|
||||
{
|
||||
final NonNullList<ItemStack> list = NonNullList.create();
|
||||
mi.getSubItems( mi, mi.getCreativeTab(), list );
|
||||
mi.getSubItems( mi.getCreativeTab(), list );
|
||||
POSSIBLE_ITEMS.addAll( list );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user