mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-16 09:53:43 +01:00
Fix crash rendering mechanical crafters on contraptions.
This commit is contained in:
parent
c905aa5e2e
commit
376c4e1cb0
1 changed files with 4 additions and 0 deletions
|
@ -1182,5 +1182,9 @@ public abstract class Contraption {
|
||||||
return info.state;
|
return info.state;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isBlockPresent(BlockPos pos) {
|
||||||
|
return pos.equals(te.getPos());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue