Fixed elytra boost

This commit is contained in:
paulevsGitch 2021-07-09 02:14:54 +03:00
parent a8ace0005b
commit ea9b3c72a4

View file

@ -35,9 +35,9 @@ public class BlockEntityHydrothermalVent extends BlockEntity {
if (level.isClientSide()) {
clientTick(level, worldPosition, state, blockEntity);
}
else {
//else {
serverTick(level, worldPosition, state, blockEntity);
}
//}
}
}