mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 11:22:01 +01:00
Fix crash with composters
By: md_5 <git@md-5.net>
This commit is contained in:
parent
f3b1f97464
commit
0d839e926c
@ -73,6 +73,11 @@ public class DummyGeneratorAccess implements GeneratorAccessSeed {
|
||||
return TickListEmpty.emptyLevelList();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void scheduleTick(BlockPosition blockposition, Block block, int i) {
|
||||
// Used by BlockComposter
|
||||
}
|
||||
|
||||
@Override
|
||||
public LevelTickAccess<FluidType> getFluidTicks() {
|
||||
return TickListEmpty.emptyLevelList();
|
||||
|
Loading…
Reference in New Issue
Block a user