mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
Fix crash with composters
This commit is contained in:
parent
a11ec5d7f5
commit
a58fde42cc
1 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,11 @@ public class DummyGeneratorAccess implements GeneratorAccessSeed {
|
||||||
return TickListEmpty.emptyLevelList();
|
return TickListEmpty.emptyLevelList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void scheduleTick(BlockPosition blockposition, Block block, int i) {
|
||||||
|
// Used by BlockComposter
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public LevelTickAccess<FluidType> getFluidTicks() {
|
public LevelTickAccess<FluidType> getFluidTicks() {
|
||||||
return TickListEmpty.emptyLevelList();
|
return TickListEmpty.emptyLevelList();
|
||||||
|
|
Loading…
Add table
Reference in a new issue