mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 18:50:51 +01:00
Fix crash with composters
By: md_5 <git@md-5.net>
This commit is contained in:
parent
71f7114fdb
commit
3ef3090e4a
1 changed files with 1 additions and 2 deletions
|
@ -38,7 +38,6 @@ import net.minecraft.world.level.material.FluidTypes;
|
||||||
import net.minecraft.world.level.storage.WorldData;
|
import net.minecraft.world.level.storage.WorldData;
|
||||||
import net.minecraft.world.phys.AxisAlignedBB;
|
import net.minecraft.world.phys.AxisAlignedBB;
|
||||||
import net.minecraft.world.phys.Vec3D;
|
import net.minecraft.world.phys.Vec3D;
|
||||||
import net.minecraft.world.phys.shapes.VoxelShape;
|
|
||||||
import net.minecraft.world.ticks.LevelTickAccess;
|
import net.minecraft.world.ticks.LevelTickAccess;
|
||||||
import net.minecraft.world.ticks.TickListEmpty;
|
import net.minecraft.world.ticks.TickListEmpty;
|
||||||
|
|
||||||
|
@ -121,7 +120,7 @@ public class DummyGeneratorAccess implements GeneratorAccessSeed {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void gameEvent(GameEvent gameevent, Vec3D vec3d, GameEvent.a gameevent_a) {
|
public void gameEvent(GameEvent gameevent, Vec3D vec3d, GameEvent.a gameevent_a) {
|
||||||
throw new UnsupportedOperationException("Not supported yet.");
|
// Used by BlockComposter
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue