mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-28 11:29:19 +00:00
Possibly fix entities on 1.18?
This commit is contained in:
@@ -331,10 +331,14 @@ public interface CustomCropsChunk {
|
||||
@Nullable
|
||||
CustomCropsSection getSection(int sectionID);
|
||||
|
||||
void resetUnloadedSeconds();
|
||||
|
||||
/**
|
||||
* If the chunk can be pruned
|
||||
*
|
||||
* @return can be pruned or not
|
||||
*/
|
||||
boolean canPrune();
|
||||
|
||||
boolean isOfflineTaskNotified();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user