mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
Fix notifyGatherers not referencing a method with appropriate checks in place
This commit is contained in:
parent
e52b59097e
commit
a8cf3e29a4
@ -65,7 +65,7 @@ public class DisplayLinkBlock extends WrenchableDirectionalBlock implements IBE<
|
||||
}
|
||||
|
||||
public static void notifyGatherers(LevelAccessor level, BlockPos pos) {
|
||||
forEachAttachedGatherer(level, pos, DisplayLinkBlockEntity::updateGatheredData);
|
||||
forEachAttachedGatherer(level, pos, DisplayLinkBlockEntity::tickSource);
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
|
Loading…
Reference in New Issue
Block a user