linked docu
This commit is contained in:
parent
bf0a718d24
commit
72aa96f874
@ -44,5 +44,6 @@ public class BlockDrillDown extends FallingBlock implements BlockEntityProvider
|
|||||||
public <T extends BlockEntity> BlockEntityTicker<T> getTicker(World world, BlockState state,
|
public <T extends BlockEntity> BlockEntityTicker<T> getTicker(World world, BlockState state,
|
||||||
BlockEntityType<T> type) {
|
BlockEntityType<T> type) {
|
||||||
return DrillBlockDownEntity::tick;
|
return DrillBlockDownEntity::tick;
|
||||||
|
// see https://fabricmc.net/wiki/tutorial:blockentity for tutorial, but seems not to work
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user