Fix crash with composters
By: md_5 <git@md-5.net>
This commit is contained in:
parent
f3b1f97464
commit
0d839e926c
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
Add a link
Reference in a new issue