linked docu

This commit is contained in:
Jörg Henke 2021-07-17 16:56:08 +02:00
parent bf0a718d24
commit 72aa96f874

View File

@ -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
} }
} }