Fixes #275 again
This commit is contained in:
parent
5e079afd05
commit
96492bd87e
2 changed files with 5 additions and 10 deletions
|
@ -21,9 +21,6 @@ public class WailaProviderMachines implements IWailaDataProvider {
|
|||
@Override
|
||||
public List<String> getWailaBody(ItemStack item, List<String> tip,
|
||||
IWailaDataAccessor accessor, IWailaConfigHandler config) {
|
||||
|
||||
TileMachineBase machine = (TileMachineBase) accessor.getTileEntity();
|
||||
|
||||
if (accessor.getTileEntity() instanceof IListInfoProvider) {
|
||||
((IListInfoProvider) accessor.getTileEntity()).addInfo(info, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue