Fix crash with composters
This commit is contained in:
parent
a11ec5d7f5
commit
a58fde42cc
@ -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…
x
Reference in New Issue
Block a user